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, };