mirror of
https://github.com/golang/go
synced 2024-11-18 16:04:44 -07:00
typo in hmac comment
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29307 CL=29307
This commit is contained in:
parent
4beac9985b
commit
224b89cafa
@ -4,7 +4,7 @@
|
||||
|
||||
// The hmac package implements the Keyed-Hash Message Authentication Code (HMAC)
|
||||
// as defined in U.S. Federal Information Processing Standards Publication 198.
|
||||
// An HMAC is a cryptographic hash attesting that uses a key to sign a message.
|
||||
// An HMAC is a cryptographic hash that uses a key to sign a message.
|
||||
// The receiver verifies the hash by recomputing it using the same key.
|
||||
package hmac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user