Update trie/bintrie/hasher.go

Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
CPerezz 2026-04-17 10:19:55 +02:00 committed by CPerezz
parent b4a7118d06
commit 957f85fa58
No known key found for this signature in database
GPG key ID: 62045F34B97177DD

View file

@ -43,5 +43,5 @@ func sha256Sum256(data []byte) [32]byte {
return sha256.Sum256(data)
}
// parallelHashDepth controls below which depth hashing is parallelised.
// parallelHashDepth controls the tree hashing parallelization depth threshold
const parallelHashDepth = 4