diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-01-30 18:54:08 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-01-30 18:54:08 +0700 |
commit | f82c115316bcbf98fae46cb6fd90a8e5a57fdef2 (patch) | |
tree | 83210fc79b5e0bdf0716f6e32e76b2db26cc30a3 /crypto/src/math/ec | |
parent | Change method names (diff) | |
download | BouncyCastle.NET-ed25519-f82c115316bcbf98fae46cb6fd90a8e5a57fdef2.tar.xz |
Misc. cleanup after bc-fips-csharp updates
Diffstat (limited to 'crypto/src/math/ec')
-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; |