Trait coins_bip32::ecdsa::signature::digest::crypto_common::BlockSizeUser
[−]pub trait BlockSizeUser {
type BlockSize: 'static + ArrayLength<u8>;
fn block_size() -> usize { ... }
}
Expand description
Types which process data in blocks.
Required Associated Types
type BlockSize: 'static + ArrayLength<u8>
type BlockSize: 'static + ArrayLength<u8>
Size of the block in bytes.
Provided Methods
fn block_size() -> usize
fn block_size() -> usize
Return block size in bytes.