summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-09-29 11:51:58 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-09-29 11:51:58 +0700
commit7f6e6fd210ee325bcefedcda002eb2dc448748e8 (patch)
treecd028e9448f053e9ddc8e1c72c97c66427d4010c
parentUse AesUtilities (diff)
downloadBouncyCastle.NET-ed25519-7f6e6fd210ee325bcefedcda002eb2dc448748e8.tar.xz
Remove unused field
-rw-r--r--crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs b/crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs
index e7455d253..85c50f3c4 100644
--- a/crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs
+++ b/crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs
@@ -107,7 +107,6 @@ namespace Org.BouncyCastle.Pqc.Crypto.SphincsPlus
         internal class Sha2Engine
             : SPHINCSPlusEngine
         {
-            private byte[] padding = new byte[128];
             private HMac treeHMac;
             private Mgf1BytesGenerator mgf1;
             private byte[] hmacBuf;