pub trait SecretKeySizeStatic: AsymmetricKey {
const SECRET_KEY_SIZE: usize;
}
Required Associated Constants§
const SECRET_KEY_SIZE: usize
Object Safety§
This trait is not object safe.
pub trait SecretKeySizeStatic: AsymmetricKey {
const SECRET_KEY_SIZE: usize;
}