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