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 8935d0c commit 100bc46Copy full SHA for 100bc46
examples/kem.py
@@ -10,7 +10,7 @@
10
pprint(kems, compact=True)
11
12
# Create client and server with sample KEM mechanisms
13
-kemalg = "Kyber512"
+kemalg = "ML-KEM-512"
14
with oqs.KeyEncapsulation(kemalg) as client:
15
with oqs.KeyEncapsulation(kemalg) as server:
16
print("\nKey encapsulation details:")
0 commit comments