From 7f6e6fd210ee325bcefedcda002eb2dc448748e8 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 29 Sep 2022 11:51:58 +0700 Subject: Remove unused field --- crypto/src/pqc/crypto/sphincsplus/SPHINCSPlusEngine.cs | 1 - 1 file changed, 1 deletion(-) 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; -- cgit 1.4.1