diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-29 11:51:58 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-09-29 11:51:58 +0700 |
commit | 7f6e6fd210ee325bcefedcda002eb2dc448748e8 (patch) | |
tree | cd028e9448f053e9ddc8e1c72c97c66427d4010c /crypto/src | |
parent | Use AesUtilities (diff) | |
download | BouncyCastle.NET-ed25519-7f6e6fd210ee325bcefedcda002eb2dc448748e8.tar.xz |
Remove unused field
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs | 1 |
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; |