From 2b2c2b9b3d50ba833d3f140b21a352b44ccac921 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 19 Jun 2015 15:45:30 +0700 Subject: Latest custom EC updates from Java API --- crypto/src/math/ec/custom/sec/SecT571Field.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/math/ec/custom/sec/SecT571Field.cs') diff --git a/crypto/src/math/ec/custom/sec/SecT571Field.cs b/crypto/src/math/ec/custom/sec/SecT571Field.cs index 0711ee4aa..921c841a9 100644 --- a/crypto/src/math/ec/custom/sec/SecT571Field.cs +++ b/crypto/src/math/ec/custom/sec/SecT571Field.cs @@ -199,7 +199,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec protected static void ImplMulwAcc(ulong[] xs, ulong y, ulong[] z, int zOff) { ulong[] u = new ulong[32]; - // u[0] = 0; + //u[0] = 0; u[1] = y; for (int i = 2; i < 32; i += 2) { -- cgit 1.4.1