Skip to content

Commit

Permalink
Merge pull request #205 from cryspen/keks/drbg-impl-send
Browse files Browse the repository at this point in the history
impl Send for Drbg
  • Loading branch information
franziskuskiefer committed Feb 20, 2024
2 parents 05a7c7a + eb4bf6d commit 244ac38
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 244ac38

Please sign in to comment.