diff options
Diffstat (limited to 'crypto/src/math/ec/LongArray.cs')
-rw-r--r-- | crypto/src/math/ec/LongArray.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/math/ec/LongArray.cs b/crypto/src/math/ec/LongArray.cs index aa36de215..3475e9ecc 100644 --- a/crypto/src/math/ec/LongArray.cs +++ b/crypto/src/math/ec/LongArray.cs @@ -1,5 +1,6 @@ using System; using System.Text; + using Org.BouncyCastle.Math.Raw; using Org.BouncyCastle.Utilities; |