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

BlockSizes

Trait BlockSizes 

Source
pub trait BlockSizes: ArraySize + BlockSizes { }
Expand description

Trait implemented for supported block sizes, i.e. for types from U1 to U255.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T: ArraySize + BlockSizes> BlockSizes for T