Trait KeySizeUser

trait KeySizeUser

Types which use key for initialization.

Generally it's used indirectly via KeyInit or KeyIvInit.

Associated Types

type KeySize: TraitBound { trait_: Path { path: "ArrayLength", id: Id(16), args: Some(AngleBracketed { args: [Type(Primitive("u8"))], constraints: [] }) }, generic_params: [], modifier: None } + Outlives("'static")

Key size in bytes.

Provided Methods

fn key_size() -> usize

Return key size in bytes.

Implementors