StreamCipherLioness

Trait StreamCipherLioness 

Source
pub trait StreamCipherLioness: KeyStream {
    // Required method
    fn new_streamcipher_lioness(k: &[u8; 32]) -> Self;
}
Expand description

Adapt a given crypto::symmetriccipher::KeyStream to lioness.

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl StreamCipherLioness for ChaCha

Implementors§