Docs.rs
shadow-crypto-0.1.0
shadow-crypto 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
devanshhh-08
Dependencies
anyhow ^1.0
normal
bincode ^1.3
normal
blake3 ^1.5
normal
bytes ^1.9
normal
chacha20poly1305 ^0.10
normal
ed25519-dalek ^2.1
normal
hkdf ^0.12
normal
rand ^0.8
normal
rand_core ^0.6
normal
ring ^0.17
normal
serde ^1.0
normal
sha2 ^0.10
normal
shadow-core ^0.1.0
normal
thiserror ^1.0
normal
x25519-dalek ^2.0
normal
zeroize ^1.8
normal
Versions
90.74%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
All
shadow_
crypto
0.1.0
Crate Items
Structs
Functions
List of all items
Structs
encryption::EncryptionKey
hash::HashDigest
keyexchange::KeyExchange
keyexchange::PublicKeyBytes
keypair::Keypair
keypair::PublicIdentity
signature::SigningKey
signature::VerifyKey
Functions
encryption::decrypt
encryption::decrypt_with_ad
encryption::encrypt
encryption::encrypt_with_ad
hash::derive_key
hash::hash_data
hash::hash_multiple
hash::keyed_hash
keypair::generate_keypair
signature::sign
signature::verify