diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-31 14:03:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-31 14:03:42 +0700 |
commit | 6ef613d8f18384fb434cb4b99db979d30a5418f5 (patch) | |
tree | a028ec92618a6fd95edb80b6724458175730948f /crypto/src/math/ec | |
parent | Use BigInteger.One instead of BigInteger.ValueOf(1) (diff) | |
download | BouncyCastle.NET-ed25519-6ef613d8f18384fb434cb4b99db979d30a5418f5.tar.xz |
Unroll MulWordAddExt
Diffstat (limited to 'crypto/src/math/ec')
-rw-r--r-- | crypto/src/math/ec/custom/sec/Nat256.cs | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/crypto/src/math/ec/custom/sec/Nat256.cs b/crypto/src/math/ec/custom/sec/Nat256.cs |