-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: verifying key serialization (#304)
* wip: add fix for verifying contexts Signed-off-by: Brandon H. Gomes <[email protected]> * fix: use correct bounds for serialization Signed-off-by: Brandon H. Gomes <[email protected]> * chore: upload last round trusted setup state Signed-off-by: Brandon H. Gomes <[email protected]> * wip: recompute verifying keys Signed-off-by: Brandon H. Gomes <[email protected]> * chore: remove circuit names file Signed-off-by: Brandon H. Gomes <[email protected]> * chore: add ignored test Signed-off-by: Brandon H. Gomes <[email protected]> Signed-off-by: Brandon H. Gomes <[email protected]>
- Loading branch information
Showing
14 changed files
with
85 additions
and
19 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
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,10 @@ | ||
circuit_names | ||
private_transfer_computed_challenges | ||
private_transfer_pk | ||
private_transfer_vk | ||
to_private_computed_challenges | ||
to_private_pk | ||
to_private_vk | ||
to_public_computed_challenges | ||
to_public_pk | ||
to_public_vk |
3 changes: 3 additions & 0 deletions
3
manta-parameters/data/pay/trusted-setup/private_transfer_state_4382.lfs
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
manta-parameters/data/pay/trusted-setup/to_private_state_4382.lfs
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
manta-parameters/data/pay/trusted-setup/to_public_state_4382.lfs
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
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