We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b09ee97 + 34746fe commit f7a768eCopy full SHA for f7a768e
cng/hash.go
@@ -16,7 +16,7 @@ import (
16
"github.com/microsoft/go-crypto-winnative/internal/bcrypt"
17
)
18
19
-// maxHashSize is the size of SHA52 and SHA3_512, the largest hashes we support.
+// maxHashSize is the size of SHA512 and SHA3_512, the largest hashes we support.
20
const maxHashSize = 64
21
22
// SupportsHash returns true if a hash.Hash implementation is supported for h.
0 commit comments