Expand description
Low-level traits operating on blocks and wrappers around them.
Usage of traits in this module in user code is discouraged. Instead use core algorithm wrapped by the wrapper types, which implement the higher-level traits.
Structs§
- Wrapper aroundBufferKindUser.
- Wrapper aroundVariableOutputCorewhich selects output size at compile time.
- Wrapper aroundVariableOutputCorewhich selects output size at run time.
- Wrapper aroundXofReaderCoreimplementations.
Enums§
- Type which used for defining truncation side in theVariableOutputCoretrait.
Traits§
- Trait which stores algorithm name constant, used inDebugimplementations.
- Types which process data in blocks.
- Types which useBlockBufferfunctionality.
- A proxy trait to a core type implemented byCoreWrapper
- Core trait for hash functions with extendable (XOF) output size.
- Core trait for hash functions with fixed output size.
- Types which return data with the given size.
- Resettable types.
- Types which consume data in blocks.
- Core trait for hash functions with variable output size.
- Core reader trait for extendable-output function (XOF) result.
Type Aliases§
- Block on whichBlockSizeUserimplementors operate.
- Buffer type used by type which implementsBufferKindUser.