Trait KeySizeUser

pub trait KeySizeUser

Types which use key for initialization.

Generally it's used indirectly via KeyInit or KeyIvInit.

Associated Types

type KeySize: ArraySize;

Key size in bytes.

Provided Methods

fn key_size() -> usize

Return key size in bytes.

Implementors