We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d689c commit 04c2fb6Copy full SHA for 04c2fb6
1 file changed
docker/minitest.py
@@ -11,7 +11,7 @@
11
message = b"This is the message to sign"
12
13
# create signer and verifier with sample signature mechanisms
14
-sigalg = "Dilithium2"
+sigalg = "ML-DSA-44"
15
with oqs.Signature(sigalg) as signer:
16
with oqs.Signature(sigalg) as verifier:
17
signer_public_key = signer.generate_keypair()
0 commit comments