Skip to content

Commit

Permalink
Fix kex identifier.
Browse files Browse the repository at this point in the history
Signed-off-by: Loganaden Velvindron <[email protected]>
Signed-off-by: Jaykishan Mutkawoa <[email protected]>
Signed-off-by: Kavish Nadan <[email protected]>
  • Loading branch information
loganaden committed Feb 22, 2025
1 parent 52c4013 commit 5f01621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzzer-kexmlkem-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void setup() {
fuzz_cli_setup();

keep_newkeys = (struct key_context*)m_malloc(sizeof(struct key_context));
keep_newkeys->algo_kex = fuzz_get_algo(sshkex, "mlkem761x25519-sha256");
keep_newkeys->algo_kex = fuzz_get_algo(sshkex, "mlkem768x25519-sha256");
}

int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
Expand Down

0 comments on commit 5f01621

Please sign in to comment.