digest 0.7.4

Traits for cryptographic hash functions
Documentation

This crate provides traits for describing funcionality of cryptographic hash functions.

By default std functionality in this crate disabled. (e.g. method for hashing Readers) To enable it turn on std feature in your Cargo.toml for this crate.