You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This repository contains various utility crates used in the RustCrypto project.
14
14
|`dbl`|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
15
15
|`hex-literal`|[](https://crates.io/crates/hex-literal)|[](https://docs.rs/hex-literal)| Procedural macro for converting hexadecimal string to byte array at compile time |
16
16
|`opaque-debug`|[](https://crates.io/crates/opaque-debug)|[](https://docs.rs/opaque-debug)| Macro for opaque `Debug` trait implementation |
17
+
|`zeroize`|[](https://crates.io/crates/zeroize)|[](https://docs.rs/zeroize)| Securely zero memory while avoiding compiler optimizations |
0 commit comments