summary refs log tree commit diff
path: root/crypto/src/pqc/crypto/hqc/ReedSolomon.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pqc/crypto/hqc/ReedSolomon.cs')
-rw-r--r--crypto/src/pqc/crypto/hqc/ReedSolomon.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/pqc/crypto/hqc/ReedSolomon.cs b/crypto/src/pqc/crypto/hqc/ReedSolomon.cs
index 8e7fc664d..25a8c7997 100644
--- a/crypto/src/pqc/crypto/hqc/ReedSolomon.cs
+++ b/crypto/src/pqc/crypto/hqc/ReedSolomon.cs
@@ -28,7 +28,6 @@ namespace Org.BouncyCastle.Pqc.Crypto.Hqc
                 for (int j = 0; j < paramG; j++)
                 {
                     tmp[j] = GFCalculator.mult(gateValue, rsPoly[j]);
-                    int n = 1;
                 }
 
                 for (int j = n1 - paramK - 1; j > 0; j--)