Skip to content

Commit

Permalink
Merge branch 'main' into lucas/serialize-proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 20, 2024
2 parents af9cb76 + 244ac38 commit af97293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hacl/drbg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,5 @@ impl Drop for Drbg {
unsafe { Hacl_HMAC_DRBG_free(self.alg as u8, self.state) };
}
}

unsafe impl Send for Drbg {}

0 comments on commit af97293

Please sign in to comment.