Skip to main content

TweakSizeUser

Trait TweakSizeUser 

Source
pub trait TweakSizeUser {
    type TweakSize: ArraySize;
}
Expand description

Trait which contains tweak size used by the tweak cipher traits.

Required Associated Types§

Source

type TweakSize: ArraySize

Size of the tweak in bytes.

Implementors§