pub type Iv = Iv<KCipher2Core>;
The KCipher-2 stream cipher initialization vector.
#[repr(transparent)]pub struct Iv(pub [u8; 16]);
0: [u8; 16]