base64ct • 1.8.3Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
data-dependent branches/LUTs and thereby provides portable "best effort"
constant-time operation and embedded-friendly no_std support
cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
cipher • 0.3.0Traits for describing block ciphers and stream ciphers
INDIRECT
3
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
digest • 0.9.0Traits for cryptographic hash functions and message authentication codes
INDIRECT
3
hmac • 0.11.0Generic implementation of Hash-based Message Authentication Code (HMAC)
DIRECT
6
libc • 0.2.183Raw FFI bindings to platform libraries like libc.
INDIRECT
0
opaque-debug • 0.3.1This crate is deprecated. Use explicit impl of `fmt::Debug` instead.
INDIRECT
0
password-hash • 0.2.3Traits which describe the functionality of password hashing algorithms, with optional support for a
`no_std`-friendly implementation of the PHC string format, as well as generic support for other
formats (e.g. Modular Crypt Format)
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
typenum • 1.19.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.