Skip to content

Commit

Permalink
private keys should persist between invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Sep 20, 2024
1 parent 41072c6 commit a422289
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 a422289

Please sign in to comment.