1
2
3
4
//! Hashes collection.

pub mod sha256;
pub mod sha512;