summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-28 21:38:29 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-28 21:38:29 +0700
commit6b97b9423f595b009b22d72ca12d1acbcd403c55 (patch)
tree8ecea1591c539dd4258b12ffcb518bfc6c51014b /crypto/src
parentSeveral optimizations and make notes of possible delayed reductions (diff)
downloadBouncyCastle.NET-ed25519-6b97b9423f595b009b22d72ca12d1acbcd403c55.tar.xz
Remove unnecessary using statement
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/math/ec/multiplier/WNafUtilities.cs2
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