Crate hashlib_prelude

Crate hashlib_prelude 

Source
Expand description

An abstraction layer for wrapping implementations of various hash algorithms.

Enums§

HashError
Unify all hash errors.

Traits§

HashAlgo
A hash algorithm.
HashAlgoKernel
Kernel of hash algorithms.
HashOption
Generic options for hash algorithm.
Hashable