diff options
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP521R1Point.cs')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP521R1Point.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP521R1Point.cs b/crypto/src/math/ec/custom/sec/SecP521R1Point.cs index fb1996cfd..7ad97f76f 100644 --- a/crypto/src/math/ec/custom/sec/SecP521R1Point.cs +++ b/crypto/src/math/ec/custom/sec/SecP521R1Point.cs @@ -1,5 +1,7 @@ using System; +using Org.BouncyCastle.Math.Raw; + namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecP521R1Point |