diff options
author | Oren Novotny <oren@novotny.org> | 2014-10-14 09:24:13 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2014-10-14 09:24:13 -0400 |
commit | cdd270cb0033455205cdb9a82e9632a733ef472b (patch) | |
tree | c1dba7a8dde3980e4e2db366ae611d99a5bb7608 /crypto/src/math/ec/multiplier/WNafMultiplier.cs | |
parent | Rename csproj to avoid conflicts (diff) | |
parent | Update ignore file (diff) | |
download | BouncyCastle.NET-ed25519-cdd270cb0033455205cdb9a82e9632a733ef472b.tar.xz |
Merge master-v12 into pcl. Includes 1.8-beta4
Diffstat (limited to 'crypto/src/math/ec/multiplier/WNafMultiplier.cs')
-rw-r--r-- | crypto/src/math/ec/multiplier/WNafMultiplier.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/math/ec/multiplier/WNafMultiplier.cs b/crypto/src/math/ec/multiplier/WNafMultiplier.cs index b5cf34ba8..484bb30e7 100644 --- a/crypto/src/math/ec/multiplier/WNafMultiplier.cs +++ b/crypto/src/math/ec/multiplier/WNafMultiplier.cs @@ -1,3 +1,4 @@ +#if FALSE using System; namespace Org.BouncyCastle.Math.EC.Multiplier @@ -239,3 +240,4 @@ namespace Org.BouncyCastle.Math.EC.Multiplier } } } +#endif \ No newline at end of file |