Crate digest

This crate provides traits which describe functionality of cryptographic hash functions and Message Authentication algorithms.

Traits in this repository are organized into the following levels:

Additionally hash functions implement traits from the standard library: Default, Clone, [Write][std::io::Write]. The latter is feature-gated behind std feature, which is usually enabled by default by hash implementation crates.

Modules

Structs

Traits

Type Aliases

Macros