Trait crypto_common::IvSizeUser
source · pub trait IvSizeUser {
type IvSize: ArraySize;
// Provided method
fn iv_size() -> usize { ... }
}Expand description
Types which use initialization vector (nonce) for initialization.
Generally it’s used indirectly via KeyIvInit or InnerIvInit.
Required Associated Types§
Provided Methods§
Object Safety§
This trait is not object safe.