Trait askar_crypto::repr::KeyMeta[][src]

pub trait KeyMeta {
    type KeySize: ArrayLength<u8>;
}
Expand description

For concrete secret key types

Associated Types

The size of the key secret bytes

Implementors