Type Definition coins_bip32::ecdsa::signature::digest::Key
pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;
Expand description
Key used by KeySizeUser
implementors.
pub type Key<B> = GenericArray<u8, <B as KeySizeUser>::KeySize>;
Key used by KeySizeUser
implementors.