Docs.rs
kyber-rs-0.1.0-alpha.9
kyber-rs 0.1.0-alpha.9
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
Revanee
Giordyfish
Dependencies
aes-gcm ^0.10.1
normal
anyhow ^1.0.65
normal
bincode ^1.3.3
normal
blake3 ^1.3.1
normal
byteorder ^1.4.3
normal
criterion ^0.4.0
normal
crypto ^0.4.0
normal
digest ^0.10.5
normal
either ^1.8.0
normal
flate2 ^1.0.24
normal
hex ^0.4.3
normal
hkdf ^0.12.3
normal
impl_ops ^0.1.1
normal
lazy_static ^1.4.0
normal
num-bigint-dig ^0.8
normal
num-traits ^0.2
normal
rand ^0.8.5
normal
scanner-rust ^2.0.16
normal
serde ^1.0.145
normal
sha2 ^0.10.6
normal
subtle ^2.4.1
normal
thiserror ^1.0
normal
Versions
53.2%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
Files
kyber_rs/cipher/
mod.rs
1
pub mod
stream;
2
3
pub use
stream::Stream;
4
pub use
stream::StreamError;