README (522B)
1 The hmac module computes the HMAC message authentication code algorithm defined 2 by RFC 2104. 3 4 This is a low-level module which implements cryptographic primitives. Direct use 5 of cryptographic primitives is not recommended for non-experts, as incorrect use 6 of these primitives can easily lead to the introduction of security 7 vulnerabilities. Non-experts are advised to use the high-level operations 8 available in the top-level [[crypto::]] module. 9 10 Be advised that Hare's cryptography implementations have not been audited.