[][src]Trait lioness::StreamCipherLioness

pub trait StreamCipherLioness: KeyStream {
    fn new_streamcipher_lioness(k: &[u8; 32]) -> Self;
}

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

Required methods

Loading content...

Implementations on Foreign Types

impl StreamCipherLioness for ChaCha[src]

Loading content...

Implementors

Loading content...