This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use struct variants for blackbox function calls (#269)
* feat: use enum for bb call * style: updated format and clippy * feat(bb): improved structs of bb fns * fix: fixed optimizer * style: fix format * fix: update ecdsa signature * fix: remove hash_index from pedersen * feat(bb): remove bb fn definitions * refactor: extract mapping to u8 vec to a fn * fix: address PR comments * refactor: use slice instead of vec * feat: add default is bb supported fn * fix: do not panic in ecdsa * refactor: add a name fn to bb fn call * refactor: address pr comments
- Loading branch information
1 parent
3288b4c
commit a83333b
Showing
13 changed files
with
635 additions
and
388 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.