diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 21:38:29 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-28 21:38:29 +0700 |
commit | 6b97b9423f595b009b22d72ca12d1acbcd403c55 (patch) | |
tree | 8ecea1591c539dd4258b12ffcb518bfc6c51014b /crypto/src/math | |
parent | Several optimizations and make notes of possible delayed reductions (diff) | |
download | BouncyCastle.NET-ed25519-6b97b9423f595b009b22d72ca12d1acbcd403c55.tar.xz |
Remove unnecessary using statement
Diffstat (limited to 'crypto/src/math')
-rw-r--r-- | crypto/src/math/ec/multiplier/WNafUtilities.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/src/math/ec/multiplier/WNafUtilities.cs b/crypto/src/math/ec/multiplier/WNafUtilities.cs index d8b0c6e6a..d37da8a5e 100644 --- a/crypto/src/math/ec/multiplier/WNafUtilities.cs +++ b/crypto/src/math/ec/multiplier/WNafUtilities.cs @@ -1,7 +1,5 @@ using System; -using Org.BouncyCastle.Math; - namespace Org.BouncyCastle.Math.EC.Multiplier { public abstract class WNafUtilities |