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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ This repository contains various utility crates used in the RustCrypto project.
21
21
|[`dbl`]|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
22
22
|[`digest-io`]|[](https://crates.io/crates/digest-io)|[](https://docs.rs/digest-io)|`std::io`-compatibility wrappers for traits defined in the `digest` crate |
23
23
|[`hex-literal`]|[](https://crates.io/crates/hex-literal)|[](https://docs.rs/hex-literal)| A macro for converting hexadecimal strings to a byte array at compile time |
24
-
|[`inout`]|[](https://crates.io/crates/inout)|[](https://docs.rs/inout)| Custom reference types for code generic over in-place and buffer-to-buffer modes of operation. |
25
-
|[`wycheproof2blb`]|||| Utility for converting [Wycheproof] test vectors to the blobby format |
24
+
|[`inout`]|[](https://crates.io/crates/inout)|[](https://docs.rs/inout)| Custom reference types for code generic over in-place and buffer-to-buffer modes of operation |
25
+
|[`sponge-cursor`]|[](https://crates.io/crates/sponge-cursor)|[](https://docs.rs/sponge-cursor)| Cursor for sponge-based absorption and squeezing |
26
+
|[`wycheproof2blb`]||| Utility for converting [Wycheproof] test vectors to the blobby format |
26
27
|[`zeroize`]|[](https://crates.io/crates/zeroize)|[](https://docs.rs/zeroize)| Securely zero memory while avoiding compiler optimizations |
27
28
28
29
## License
@@ -60,6 +61,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
0 commit comments