diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-14 15:52:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-09-14 15:52:15 +0700 |
commit | 04dfef28a2eef656afd846edfc318452cc7a27bc (patch) | |
tree | 48bfe31dc2fa724bdd3b213482f4c34293151cde /crypto/src | |
parent | Further work to improve constant time in OAEP. (diff) | |
download | BouncyCastle.NET-ed25519-04dfef28a2eef656afd846edfc318452cc7a27bc.tar.xz |
Add asymmetric multiplication
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/math/raw/Nat.cs | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/crypto/src/math/raw/Nat.cs b/crypto/src/math/raw/Nat.cs |