Trait askar_crypto::repr::KeypairMeta[][src]

pub trait KeypairMeta: KeyMeta {
    type PublicKeySize: ArrayLength<u8>;
    type KeypairSize: ArrayLength<u8>;
}
Expand description

For concrete secret + public key types

Associated Types

The size of the key public bytes

The size of the secret bytes and public bytes combined

Implementors