-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Formal Specification for the Merkle Tree circuits (#1033)
* initial version of rangecheck correctness * optimize range check and clean up correctness proof * formalize insertion circuit * finish merkle lemmas * combined circuit proofs
- Loading branch information
Showing
28 changed files
with
1,114 additions
and
3,852 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lakefile.olean |
1,665 changes: 0 additions & 1,665 deletions
1,665
light-prover/formal-verification/FormalVerification.lean
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
light-prover/formal-verification/FormalVerification/BinaryDecompositions.lean
This file was deleted.
Oops, something went wrong.
365 changes: 365 additions & 0 deletions
365
light-prover/formal-verification/FormalVerification/Circuit.lean
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
light-prover/formal-verification/FormalVerification/Common.lean
This file was deleted.
Oops, something went wrong.
206 changes: 0 additions & 206 deletions
206
light-prover/formal-verification/FormalVerification/Deletion.lean
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.