Skip to main content

BufferKindUser

Trait BufferKindUser 

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl BufferKindUser for Sha1Core

Source§

impl<D> BufferKindUser for HmacCore<D>

Implementors§