pub trait TweakSizeUser { type TweakSize: ArraySize; }
Trait which contains tweak size used by the tweak cipher traits.
Size of the tweak in bytes.