Utility crates used in RustCrypto
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-13 10:53:30 +02:00
aarch64-dit chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
blobby chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
block-buffer chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
block-padding chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
cmov chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
cpubits chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
cpufeatures chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
ctutils chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
dbl chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
digest-io chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
hex-literal chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
inout chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
wycheproof2blb chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
zeroize chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
zeroize_derive chore: sync dependencies (monorepo) 2026-04-13 10:53:30 +02:00
.gitignore cmov: impl optimized Cmov for [u8; N] (#1350) 2026-01-15 14:37:02 -07:00
Cargo.lock chore: sync dependencies (monorepo) 2026-04-06 15:17:31 +02:00
Cargo.toml zeroize_derive: make version *-pre (#1458) 2026-03-08 13:13:21 -06:00
README.md Remove opaque-debug and collectable (#1452) 2026-02-07 01:14:36 +03:00

RustCrypto: Utilities

Project Chat dependency status Apache2/MIT licensed

This repository contains various utility crates used in the RustCrypto project.

Crates

Name crates.io Docs Description
aarch64-dit crates.io Documentation Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs
blobby crates.io Documentation Decoder of the simple de-duplicated binary blob storage format
block-buffer crates.io Documentation Fixed size buffer for block processing of data
blockpadding crates.io Documentation Padding and unpadding of messages divided into blocks
cmov crates.io Documentation Conditional move intrinsics
cpubits crates.io Documentation Compile-time detection heuristics for the optimal word size to use for the target CPU
cpufeatures crates.io Documentation Lightweight and efficient alternative to the is_x86_feature_detected! macro
ctutils crates.io Documentation Constant-time utility library with selection and equality testing support targeting cryptographic applications
dbl crates.io Documentation Double operation in Galois Field (GF)
digest-io crates.io Documentation std::io-compatibility wrappers for traits defined in the digest crate
hex-literal crates.io Documentation A macro for converting hexadecimal strings to a byte array at compile time
inout crates.io Documentation Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
wycheproof2blb
zeroize crates.io Documentation Securely zero memory while avoiding compiler optimizations

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.