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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@ This repository contains various utility crates used in the RustCrypto project.
10
10
11
11
| Name | crates.io | Docs | Description |
12
12
|------|:---------:|:----:|-------------|
13
+
|[`aarch64-dit`]|[](https://crates.io/crates/aarch64-dit)|[](https://docs.rs/aarch64-dit)| Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs |
13
14
|[`blobby`]|[](https://crates.io/crates/blobby)|[](https://docs.rs/blobby)| Decoder of the simple de-duplicated binary blob storage format |
14
15
|[`block-buffer`]|[](https://crates.io/crates/block-buffer)|[](https://docs.rs/block-buffer)| Fixed size buffer for block processing of data |
15
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 |
18
20
|[`cpufeatures`]|[](https://crates.io/crates/cpufeatures)|[](https://docs.rs/cpufeatures)| Lightweight and efficient alternative to the `is_x86_feature_detected!` macro |
21
+
|[`ctutils`]|[](https://crates.io/crates/ctutils)|[](https://docs.rs/ctutils)| Constant-time utility library with selection and equality testing support targeting cryptographic applications |
19
22
|[`dbl`]|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
20
23
|[`digest-io`]|[](https://crates.io/crates/digest-io)|[](https://docs.rs/digest-io)|`std::io`-compatibility wrappers for traits defined in the `digest` crate |
21
24
|[`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 |
@@ -47,12 +50,15 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
0 commit comments