libcrux 0.0.4-rc.2

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