From c1d609b35a28a5d517ac47ead9b50876a378d94a Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 24 Jan 2014 19:18:01 +0700 Subject: Some more EC point normalization --- crypto/test/src/math/ec/test/F2mProofer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/test/src') diff --git a/crypto/test/src/math/ec/test/F2mProofer.cs b/crypto/test/src/math/ec/test/F2mProofer.cs index 88e868c34..727d32c55 100644 --- a/crypto/test/src/math/ec/test/F2mProofer.cs +++ b/crypto/test/src/math/ec/test/F2mProofer.cs @@ -83,7 +83,7 @@ // { // BigInteger rand = new BigInteger(inputProps.getProperty(Integer // .ToString(i)), 16); -// F2mPoint result = (F2mPoint) g.Multiply(rand); +// F2mPoint result = (F2mPoint) g.Multiply(rand).normalize(); // string resultStr = pointToString(result); // outputProps.setProperty(i.ToString(), resultStr); // } -- cgit 1.4.1