Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

AddBlockSize

Type Alias AddBlockSize 

Source
pub type AddBlockSize<T, B> = Sum<T, <B as BlockSizeUser>::BlockSize>;
Expand description

Alias for AddBlockSize<A, B> = Sum<T, B::BlockSize>