Skip to content

Commit

Permalink
Merge pull request #592 from djmdjm/fuzzfix
Browse files Browse the repository at this point in the history
Private keys should persist between invocations
  • Loading branch information
franziskuskiefer authored Sep 23, 2024
2 parents 41072c6 + a422289 commit 4788399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-ml-kem/cg/fuzz/dec_fuzz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C"
{
static bool once;
uint8_t ret[32];
libcrux_ml_kem_types_MlKemPrivateKey_55 zero_sk, rnd_sk;
static libcrux_ml_kem_types_MlKemPrivateKey_55 zero_sk, rnd_sk;
libcrux_ml_kem_mlkem768_MlKem768Ciphertext ct;

if (!once)
Expand Down

0 comments on commit 4788399

Please sign in to comment.