libcrux 0.0.3

The Formally Verified Cryptography Library
Documentation
1
2
3
4
//! # HMAC using SHA1 or SHA2
pub use libcrux_hmac::{
    hmac, hmac_sha1, hmac_sha2_256, hmac_sha2_384, hmac_sha2_512, tag_size, Algorithm,
};