Trait cipher::KeySizeUser
source · [−]pub trait KeySizeUser {
type KeySize: 'static + ArrayLength<u8>;
fn key_size() -> usize { ... }
}
Expand description
Required Associated Types
type KeySize: 'static + ArrayLength<u8>
type KeySize: 'static + ArrayLength<u8>
Key size in bytes.