wolf-crypto 0.1.0-alpha.15

Safe and thin API for wolfSSL's wolfcrypt
Documentation
1
2
3
4
5
6
7
8
//! Message Authentication Codes

pub mod hmac;

non_fips! {
    pub mod poly1305;
    pub use poly1305::Poly1305;
}