-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Hasher api. saves on hash output buffer creation. also, re-use in…
…terior node hash buffer in VerifyProof, where it's easiest to do. note: multiple calls to Hasher.Write (for a few 32-byte bufs) were actually slower than appending them and calling hash once. note: doesn't save to reset Hasher since reset clones hasher state.
- Loading branch information
1 parent
33f8426
commit b85ea47
Showing
2 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters