Type Alias crypto_common::Iv

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

Initialization vector (nonce) used by IvSizeUser implementors.

Aliased Type§

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

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.