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§

Source§

impl<TS: ArraySize, BS: ArraySize> TweakSizeUser for BlockCtx<'_, TS, BS>

Source§

impl<TS: ArraySize, BS: ArraySize, F> TweakSizeUser for ClosureWrapper<TS, BS, F>