Skip to content

Commit

Permalink
fixing CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed May 13, 2024
1 parent 2f2ade6 commit 4f47bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions crypto/evp_extra/evp_extra_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2706,9 +2706,6 @@ static bssl::UniquePtr<EVP_PKEY_CTX> setup_ctx_and_generate_key_deterministic(in
}

static const struct KnownKEM kKEMs_deterministic[] = {
//{"MLKEM512IPD", NID_MLKEM512IPD, 800, 1632, 768, 32, "ml_kem/kat/mlkem512ipd.txt"}, //these can be re-added once KATs are re-generated
//{"Kyber512r3", NID_KYBER512_R3, 800, 1632, 768, 32, "ml_kem/kat/mlkem512ipd.txt"},
//{"Kyber512r3", NID_KYBER512_R3, 800, 1632, 768, 32, "kyber/kat/kyber512r3.txt"},
{"MLKEM512IPD", NID_MLKEM512IPD, 800, 1632, 768, 32, "ml_kem/kat/mlkem512ipd.txt"},
};

Expand Down
2 changes: 1 addition & 1 deletion crypto/rand_extra/pq_custom_randombytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ OPENSSL_EXPORT void pq_custom_randombytes_use_deterministic_for_testing(void);

OPENSSL_EXPORT void pq_custom_randombytes_init_for_testing(const uint8_t *seed);

int pq_custom_randombytes(uint8_t *out, size_t num_bytes);
OPENSSL_EXPORT int pq_custom_randombytes(uint8_t *out, size_t num_bytes);

#if defined(__cplusplus)
}
Expand Down

0 comments on commit 4f47bfa

Please sign in to comment.