Skip to content

Commit a47a022

Browse files
committed
fix comment
1 parent 1854fe1 commit a47a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkdf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func ExtractHKDF(h func() hash.Hash, secret, salt []byte) ([]byte, error) {
151151
}
152152
}
153153

154-
// ExpandHKDFOneShot derives a key from the given hash, key, and optional context info,
154+
// ExpandHKDFOneShot derives a key from the given hash, key, and optional context info.
155155
func ExpandHKDFOneShot(h func() hash.Hash, pseudorandomKey, info []byte, keyLength int) ([]byte, error) {
156156
if !SupportsHKDF() {
157157
return nil, errUnsupportedVersion()

0 commit comments

Comments
 (0)