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
`opaque-debug` is no longer used in RustCrypto crates and its uses were
replaced by explicit `fmt::Debug` implementations, so the crate is de
facto deprecated. I intend to release empty `opaque-debug` v0.4.0 with
deprecation notice.
`collectable` is also abandoned.
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,13 @@ This repository contains various utility crates used in the RustCrypto project.
15
15
|[`block-buffer`]|[](https://crates.io/crates/block-buffer)|[](https://docs.rs/block-buffer)| Fixed size buffer for block processing of data |
16
16
|[`block‑padding`]|[](https://crates.io/crates/block-padding)|[](https://docs.rs/block-padding)| Padding and unpadding of messages divided into blocks |
|[`cpubits`]|[](https://crates.io/crates/cpubits)|[](https://docs.rs/cpubits)| Compile-time detection heuristics for the optimal word size to use for the target CPU |
20
19
|[`cpufeatures`]|[](https://crates.io/crates/cpufeatures)|[](https://docs.rs/cpufeatures)| Lightweight and efficient alternative to the `is_x86_feature_detected!` macro |
21
20
|[`ctutils`]|[](https://crates.io/crates/ctutils)|[](https://docs.rs/ctutils)| Constant-time utility library with selection and equality testing support targeting cryptographic applications |
22
21
|[`dbl`]|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
23
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 |
24
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 |
25
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. |
26
-
|[`opaque-debug`]|[](https://crates.io/crates/opaque-debug)|[](https://docs.rs/opaque-debug)| Macro for opaque `Debug` trait implementation |
27
25
|[`wycheproof2blb`]|||| Utility for converting [Wycheproof] test vectors to the blobby format |
28
26
|[`zeroize`]|[](https://crates.io/crates/zeroize)|[](https://docs.rs/zeroize)| Securely zero memory while avoiding compiler optimizations |
29
27
@@ -55,15 +53,13 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
0 commit comments