This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new interface to remove keys from proof (#127)
* 🌱 Add a new interface to remove keys from proof * ♻️ Fix some bugs - Also add a new unit test * ♻️ Introduce the prepare_result_proof function * ♻️ Introduce is_bitmap_valid for SMT - Also remove redundant code from calculate_root * ♻️ Introduce function next_query in SMT - Also remove redundant line form calculate_root function * ♻️ Remove BTreeMap and use Vec instead * ♻️ Remove clone and use iter in loops - Also fix a clippy bug * ♻️ refactor to address some comments * ♻️ Edit for some naming suggestion * ♻️ Edit to address some comments
- Loading branch information
Showing
6 changed files
with
947 additions
and
40 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
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.