Docs.rs
rns-crypto-0.1.0
rns-crypto 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
lelloman
Dependencies
ed25519-dalek ^2
normal
x25519-dalek ^2
normal
serde_json ^1
dev
Versions
8.4%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate rns_crypto
rns_
crypto
0.1.0
All Items
Crate Items
Modules
Structs
Traits
Crate
rns_
crypto
Copy item path
Source
Modules
§
aes
aes128
aes256
bigint
ed25519
hkdf
hmac
identity
pkcs7
sha256
sha512
token
x25519
Structs
§
Fixed
Rng
Deterministic RNG for testing.
OsRng
OS-backed RNG using getrandom(2) syscall on Linux.
Traits
§
Rng
Trait for random number generation. Callers provide an implementation; in
std
builds this wraps OS randomness.