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