From 3c3448ac36888206090a524ab1d8bb22d8736ab2 Mon Sep 17 00:00:00 2001 From: David Hook Date: Tue, 8 Nov 2022 16:20:11 +1100 Subject: removed unused SecureRandom --- crypto/src/pqc/crypto/picnic/PicnicSigner.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crypto/src/pqc/crypto/picnic/PicnicSigner.cs b/crypto/src/pqc/crypto/picnic/PicnicSigner.cs index a6eee2400..b391b62bc 100644 --- a/crypto/src/pqc/crypto/picnic/PicnicSigner.cs +++ b/crypto/src/pqc/crypto/picnic/PicnicSigner.cs @@ -7,14 +7,11 @@ namespace Org.BouncyCastle.Pqc.Crypto.Picnic public sealed class PicnicSigner : IMessageSigner { - private readonly SecureRandom random; - private PicnicPrivateKeyParameters privKey; private PicnicPublicKeyParameters pubKey; - public PicnicSigner(SecureRandom random) + public PicnicSigner() { - this.random = random; } public void Init(bool forSigning, ICipherParameters param) -- cgit 1.4.1