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/pqc/crypto/bike/BikeEngine.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/src/pqc') diff --git a/crypto/src/pqc/crypto/bike/BikeEngine.cs b/crypto/src/pqc/crypto/bike/BikeEngine.cs index 94f073bbb..56c60f90a 100644 --- a/crypto/src/pqc/crypto/bike/BikeEngine.cs +++ b/crypto/src/pqc/crypto/bike/BikeEngine.cs @@ -22,7 +22,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Bike private readonly int t; //the shared secret size - private readonly int l; + //private readonly int l; // number of iterations in BGF decoder private readonly int nbIter; @@ -39,7 +39,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Bike this.r = r; this.w = w; this.t = t; - this.l = l; + //this.l = l; this.nbIter = nbIter; this.tau = tau; this.hw = this.w / 2; -- cgit 1.4.1