From 9e4d2ccf835618ac8daafa1b490bba6872c040a4 Mon Sep 17 00:00:00 2001 From: David Hook Date: Tue, 8 Nov 2022 16:22:56 +1100 Subject: removed unused SecureRandom --- crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs b/crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs index 85f8c1f1c..436dae4ef 100644 --- a/crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs +++ b/crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs @@ -74,7 +74,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests // // Signature test // - PicnicSigner signer = new PicnicSigner(random); + PicnicSigner signer = new PicnicSigner(); signer.Init(true, privParams); byte[] sigGenerated = signer.GenerateSignature(msg); -- cgit 1.4.1