The keyed-hash message authentication code (HMAC)

2008
1 reference

Abstract

This Standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a shared secret key. [Supersedes FIPS 198 (March 2002)]

1 repository
1 reference

Code References

golang/go
1 file
src/crypto/internal/fips140/hmac/hmac.go
1
// [FIPS 198-1]: https://doi.org/10.6028/NIST.FIPS.198-1
Link copied to clipboard!