1
2
3
4
//! HMAC collection.

pub mod sha256;
pub mod sha512;