Docs.rs
chacha20-0.10.0
chacha20 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
newpavlov
github:rustcrypto:stream-ciphers
Dependencies
cfg-if ^1
normal
cipher ^0.5
normal
optional
rand_core ^0.10
normal
optional
zeroize ^1.8.1
normal
optional
cipher ^0.5
dev
hex-literal ^1
dev
cpufeatures ^0.3
normal
Versions
100%
of the crate is documented
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
Seed
chacha20
0.10.0
chacha20
Type Alias
Seed
Copy item path
Source
pub type Seed = [
u8
;
32
];
Available on
crate feature
rng
only.
Expand description
Seed value used to initialize ChaCha-based RNGs.