Skip to content

Commit f7a768e

Browse files
committed
Merge branch 'cshake' of https://github.com/microsoft/go-crypto-winnative into cshake
2 parents b09ee97 + 34746fe commit f7a768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cng/hash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/microsoft/go-crypto-winnative/internal/bcrypt"
1717
)
1818

19-
// maxHashSize is the size of SHA52 and SHA3_512, the largest hashes we support.
19+
// maxHashSize is the size of SHA512 and SHA3_512, the largest hashes we support.
2020
const maxHashSize = 64
2121

2222
// SupportsHash returns true if a hash.Hash implementation is supported for h.

0 commit comments

Comments
 (0)