aead • 0.5.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
INDIRECT
9
aes-gcm • 0.10.3Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
with optional architecture-specific hardware acceleration
DIRECT
20
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
cfg-if • 1.0.0A 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.4.4Traits for describing block ciphers and stream ciphers
INDIRECT
10
cpufeatures • 0.2.16Lightweight 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.10.7Traits for cryptographic hash functions and message authentication codes
INDIRECT
11
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
INDIRECT
3
ghash • 0.5.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC),
as in the AES-GCM authenticated encryption cipher.
INDIRECT
14
hkdf • 0.12.4HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
DIRECT
13
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)
DIRECT
12
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
INDIRECT
3
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
INDIRECT
0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
time-macros • 0.2.4 Procedural macros for the time crate.
This crate is an implementation detail and should not be relied upon directly.
INDIRECT
0
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
DIRECT
4
typenum • 1.17.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
universal-hash • 0.5.1Traits which describe the functionality of universal hash functions (UHFs)
INDIRECT
10
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.