-
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.
Dev
- Loading branch information
Showing
25 changed files
with
2,193 additions
and
1,497 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 |
---|---|---|
|
@@ -9,4 +9,7 @@ test-data/user-data*/ | |
test-data/proofs*/ | ||
my_permanent_leveldb/ | ||
*level_db*/ | ||
*.json | ||
*.json | ||
*DS_Store | ||
*tar | ||
release/ |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pub const RECURSION_BRANCHOUT_NUM: usize = 64; | ||
pub const BATCH_PROVING_THREADS_NUM: usize = 2; | ||
pub const RECURSIVE_PROVING_THREADS_NUM: usize = 2; | ||
pub const DEFAULT_BATCH_SIZE: usize = 1024; | ||
pub const GLOBAL_PROOF_FILENAME: &str = "global_proof.json"; | ||
pub const GLOBAL_INFO_FILENAME: &str = "global_info.json"; | ||
pub const USER_PROOF_DIRNAME: &str = "user_proofs"; | ||
pub const DEFAULT_USER_PROOF_FILE_PATTERN: &str = "*_inclusion_proof.json"; |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mod constant; | ||
pub mod constant; | ||
pub mod prover; | ||
pub mod verifier; |
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.