Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tive into cshake
  • Loading branch information
qmuntal committed Jan 7, 2025
2 parents b09ee97 + 34746fe commit f7a768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cng/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/microsoft/go-crypto-winnative/internal/bcrypt"
)

// 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.
const maxHashSize = 64

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

0 comments on commit f7a768e

Please sign in to comment.