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
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
either • 1.16.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
getrandom • 0.2.17A small cross-platform library for retrieving random data from system source
INDIRECT
3
hex-literal • 0.3.4A macro for converting hexadecimal string literals to a byte array at compile time
DIRECT
0
hmac • 0.10.1Generic implementation of Hash-based Message Authentication Code (HMAC)
DIRECT
6
libc • 0.2.186Raw 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.1.4Traits 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)
DIRECT
6
rand_core • 0.6.4Core random number generation traits and tools for implementation.
sha-1 • 0.9.8SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.
DIRECT
9
sha2 • 0.9.9Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
DIRECT
9
typenum • 1.20.1Typenum 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.