Docs.rs
asjeeves-encryption-0.1.1
asjeeves-encryption 0.1.1
Permalink
Docs.rs crate page
MIT
18 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
therealjasonkenney
Dependencies
aes-gcm ^0.10.3
normal
base64ct ^1.8.0
normal
cookie ^0.18.1
normal
json-web-key ^0.1.1
normal
json-web-tolkien ^0.2.0
normal
rand_chacha ^0.3
normal
rand_core ^0.6
normal
rsa ^0.9
normal
serde ^1.0
normal
serde_json ^1.0.141
normal
thiserror ^2.0.18
normal
tracing ^0.1
normal
uuid ^1.22.0
normal
zeroize ^1.8.2
normal
Versions
8.62%
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
Module seed
asjeeves_
encryption
0.1.1
Module seed
Module Items
Structs
In crate asjeeves_
encryption
asjeeves_encryption
Module
seed
Copy item path
Source
Expand description
Cryptographic Randomization
Structs
ยง
Rng
ChaCha20 randomizer.
Seed
Holds a 256-bit seed used for randomization. The default seed uses
rand::FromEntropy::from_entropy
to generate a random value, this uses the underlying OS getrandom() syscall (on linux /dev/random) which is both convient and safe.