zuc 0.4.1

ZUC Stream Cipher Algorithms
Documentation
1
2
3
4
5
pub trait Keystream {
    type Word;

    fn next_key(&mut self) -> Self::Word;
}