-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite in-memory Merkle tree (#2700)
The code for internal/merkle/inmemory is old and needs a refresh. This change rewrites the in-memory Merkle tree concisely, and updates all the call sites. The previous implementation quoted C++ code, used a lot of non-Go constructs, and did not have the benefit of reusing other Merkle primitives. All of these are good reasons for a complete rewrite.
- Loading branch information
Showing
6 changed files
with
301 additions
and
797 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
Oops, something went wrong.