Docs.rs
c2-chacha-0.3.3
c2-chacha 0.3.3
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
kazcw
Dependencies
cipher ^0.2
normal
optional
ppv-lite86 ^0.2.14
normal
hex-literal ^0.2
dev
Versions
77.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
c2_
chacha
0.3.3
Module guts
Module Items
Re-exports
Structs
Traits
In crate c2_
chacha
c2_chacha
Module
guts
Copy item path
Source
Re-exports
§
pub use cipher::
generic_array
;
Structs
§
ChaCha
Parameters of a ChaCha stream, including fixed parameters and current position.
State
Working state of a ChaCha stream.
Traits
§
Machine