Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Iv

Type Alias Iv 

pub type Iv<B> = GenericArray<u8, <B as IvSizeUser>::IvSize>;
Expand description

Initialization vector (nonce) used by IvSizeUser implementors.

Aliased Typeยง

pub struct Iv<B> { /* private fields */ }