1 2 3 4 5 6 7 8
//! Message Authentication Codes pub mod hmac; non_fips! { pub mod poly1305; pub use poly1305::Poly1305; }