1 parent 32cc642 commit 02c01b8Copy full SHA for 02c01b8
1 file changed
benchmarks/benchmark_handshake.py
@@ -73,6 +73,7 @@ def hybrid_x25519_mlkem_handshake() -> bytes:
73
server_pqc_secret_key=server_keys.pqc_secret_key,
74
pqc_ciphertext=client_result.pqc_ciphertext,
75
pqc_algorithm=server_keys.pqc_algorithm,
76
+ server_pqc_public_key=server_keys.pqc_public_key,
77
)
78
79
if server_secret != client_result.hybrid_secret:
0 commit comments