diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-23 19:05:36 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-23 19:05:36 +0700 |
commit | 94bd14f0d17e617ca1a8b9c4b188416758820c78 (patch) | |
tree | 103e2ecf5dc888408790700493cfac98634a6db1 /crypto/src/math/ec/ECFieldElement.cs | |
parent | Improve handling of extensions for session resumption (diff) | |
download | BouncyCastle.NET-ed25519-94bd14f0d17e617ca1a8b9c4b188416758820c78.tar.xz |
Math.Raw support for custom binary curves
- Also migrate the 'raw' stuff into Math.Raw following Java build
Diffstat (limited to 'crypto/src/math/ec/ECFieldElement.cs')
-rw-r--r-- | crypto/src/math/ec/ECFieldElement.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/math/ec/ECFieldElement.cs b/crypto/src/math/ec/ECFieldElement.cs index 27c4ba2d0..844bed649 100644 --- a/crypto/src/math/ec/ECFieldElement.cs +++ b/crypto/src/math/ec/ECFieldElement.cs @@ -1,6 +1,7 @@ using System; using System.Diagnostics; +using Org.BouncyCastle.Math.Raw; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Math.EC |