pub trait TweakSizeUser {
type TweakSize: ArraySize;
}Expand description
Trait which contains tweak size used by the tweak cipher traits.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".