Trait lioness::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§
fn new_streamcipher_lioness(k: &[u8; 32]) -> Self
Object Safety§
This trait is not object safe.