Trait crypto_common::BlockSizeUser[][src]

pub trait BlockSizeUser {
    type BlockSize: ArrayLength<u8> + 'static;
}
Expand description

Types which process data in blocks.

Associated Types

Size of the block in bytes.

Implementations on Foreign Types

Implementors