summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/test/src/pqc/crypto/test/PicnicVectorTest.cs2
1 files changed, 1 insertions, 1 deletions
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);