pub trait BufferKindUser: BlockSizeUser {
    type BufferKind: BufferKind;
}
Expand description

Types which use BlockBuffer functionality.

Required Associated Types§

source

type BufferKind: BufferKind

Block buffer kind over which type operates.

Implementations on Foreign Types§

source§

impl<D> BufferKindUser for HmacCore<D>where D: CoreProxy, <D as CoreProxy>::Core: HashMarker + UpdateCore + FixedOutputCore<BufferKind = Eager> + BufferKindUser + Default + Clone, <<D as CoreProxy>::Core as BlockSizeUser>::BlockSize: IsLess<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>, <<<D as CoreProxy>::Core as BlockSizeUser>::BlockSize as IsLess<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>>::Output: NonZero,

source§

impl BufferKindUser for Sha512VarCore

source§

impl BufferKindUser for Sha256VarCore

§

impl BufferKindUser for Ripemd160Core

§

impl BufferKindUser for Ripemd320Core

§

impl BufferKindUser for Ripemd128Core

§

impl BufferKindUser for Ripemd256Core

§

impl BufferKindUser for Keccak256FullCore

§

impl BufferKindUser for CShake128Core

§

impl BufferKindUser for TurboShake128Core

§

impl BufferKindUser for Shake256Core

§

impl BufferKindUser for Keccak512Core

§

impl BufferKindUser for Sha3_384Core

§

impl BufferKindUser for TurboShake256Core

§

impl BufferKindUser for Sha3_512Core

§

impl BufferKindUser for Keccak384Core

§

impl BufferKindUser for Sha3_256Core

§

impl BufferKindUser for Keccak256Core

§

impl BufferKindUser for Sha3_224Core

§

impl BufferKindUser for CShake256Core

§

impl BufferKindUser for Shake128Core

§

impl BufferKindUser for Keccak224Core

Implementors§