Trait cipher::BlockMode[][src]

pub trait BlockMode {
    type BlockSize: ArrayLength<u8>;
}

Trait for types which implement a block cipher mode of operation.

Associated Types

type BlockSize: ArrayLength<u8>[src]

Size of the block in bytes

Loading content...

Implementors

Loading content...