Skip to content

Commit 02c01b8

Browse files
committed
Benchmark transcript-bound hybrid handshake
1 parent 32cc642 commit 02c01b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks/benchmark_handshake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def hybrid_x25519_mlkem_handshake() -> bytes:
7373
server_pqc_secret_key=server_keys.pqc_secret_key,
7474
pqc_ciphertext=client_result.pqc_ciphertext,
7575
pqc_algorithm=server_keys.pqc_algorithm,
76+
server_pqc_public_key=server_keys.pqc_public_key,
7677
)
7778

7879
if server_secret != client_result.hybrid_secret:

0 commit comments

Comments
 (0)