Trait coins_bip32::ecdsa::signature::digest::crypto_common::KeySizeUser
pub trait KeySizeUser {
type KeySize: ArrayLength<u8> + 'static;
// Provided method
fn key_size() -> usize { ... }
}
Expand description
Required Associated Types§
type KeySize: ArrayLength<u8> + 'static
type KeySize: ArrayLength<u8> + 'static
Key size in bytes.