Skip to content

Commit 04c2fb6

Browse files
committed
Update algorithm name used in test file
Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
1 parent 87d689c commit 04c2fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/minitest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
message = b"This is the message to sign"
1212

1313
# create signer and verifier with sample signature mechanisms
14-
sigalg = "Dilithium2"
14+
sigalg = "ML-DSA-44"
1515
with oqs.Signature(sigalg) as signer:
1616
with oqs.Signature(sigalg) as verifier:
1717
signer_public_key = signer.generate_keypair()

0 commit comments

Comments
 (0)