Skip to content

Commit 100bc46

Browse files
committed
Update
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent 8935d0c commit 100bc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pprint(kems, compact=True)
1111

1212
# Create client and server with sample KEM mechanisms
13-
kemalg = "Kyber512"
13+
kemalg = "ML-KEM-512"
1414
with oqs.KeyEncapsulation(kemalg) as client:
1515
with oqs.KeyEncapsulation(kemalg) as server:
1616
print("\nKey encapsulation details:")

0 commit comments

Comments
 (0)