From 968f69ea71fe711d603968c6717cf7a33bcd8450 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 23 Oct 2022 20:07:22 +0700 Subject: Various cleanup --- crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs') diff --git a/crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs index 4876fafa9..a4307cbaf 100644 --- a/crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs +++ b/crypto/src/math/ec/custom/sec/SecP160R1FieldElement.cs @@ -115,7 +115,6 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec public override ECFieldElement Invert() { - // return new SecP160R1FieldElement(ToBigInteger().modInverse(Q)); uint[] z = Nat160.Create(); SecP160R1Field.Inv(x, z); return new SecP160R1FieldElement(z); -- cgit 1.4.1