-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remaining BLS wrapper proofs (#70)
This change adds the remaining BLS wrapper proofs and also cleans up the existing proofs. Specifically, it adds proofs for * demo_BasicVerify_B * demo_BasicAggregateVerify_A * demo_BasicAggregateVerify_B and moves the existing proofs out of bls_operations.saw and min_key.saw into individual SAW files in proof/bls_operations. It also: * Cleans up the existing BLS wrapper proofs * Removes some assumptions * Proves some assumptions * Adds documentation justifying all remaining assumptions introduced for the BLS wrapper proofs
- Loading branch information
Showing
28 changed files
with
4,044 additions
and
1,539 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/aggregate.c b/src/aggregate.c | ||
index 50f6557..b8b7bd4 100644 | ||
--- a/src/aggregate.c | ||
+++ b/src/aggregate.c | ||
@@ -37,7 +37,7 @@ | ||
*/ | ||
|
||
#ifndef N_MAX | ||
-# define N_MAX 8 | ||
+# define N_MAX 2 | ||
#endif | ||
|
||
typedef union { POINTonE1 e1; POINTonE2 e2; } AggregatedSignature; |
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
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.