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
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
crypto-mac • 0.9.1Trait for Message Authentication Code (MAC) algorithms
INDIRECT
4
digest • 0.10.7Traits for cryptographic hash functions and message authentication codes
INDIRECT
6
digest • 0.9.0Traits for cryptographic hash functions and message authentication codes
INDIRECT
3
ed25519 • 1.5.3Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032)
support library providing signature type definitions and PKCS#8 private key
decoding/encoding support
INDIRECT
1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
INDIRECT
3
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)
INDIRECT
7
hmac • 0.9.0Generic implementation of Hash-based Message Authentication Code (HMAC)
INDIRECT
6
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
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.
tiny-bip39 • 1.0.0A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039
DIRECT
43
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
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on
stable Rust primitives which guarantee memory is zeroed using an
operation will not be 'optimized away' by the compiler.
Uses a portable pure Rust implementation that works everywhere,
even WASM!
INDIRECT
5
BSD-3-Clause3
Package
Relation
Dependencies
Published
curve25519-dalek • 3.2.0A pure-Rust implementation of group operations on ristretto255 and Curve25519
INDIRECT
13
ed25519-dalek • 1.0.1Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.
INDIRECT
22
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.