Struct octavo_crypto::stream::chacha20::ChaCha20
[−]
[src]
pub struct ChaCha20 {
// some fields omitted
}pub struct ChaCha20 {
// some fields omitted
}impl ChaCha20[src]fn init(key: &[u8], nonce: &[u8], position: u32) -> Selffn new<Key, Nonce>(key: Key, nonce: Nonce) -> Self where Key: AsRef<[u8]>, Nonce: AsRef<[u8]>impl StreamEncrypt for ChaCha20[src]impl StreamDecrypt for ChaCha20[src]