You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…brillig (#3943)
# Description
## Problem\*
ResolvesAztecProtocol/aztec-packages#3822
## Summary\*
This PR adds codegen for the `BlackBoxFunc::EcdsaSecp256r1` in brillig
and removes the catch-all branch when codegening black box functions.
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
ecdsa_secp256r1
has not been properly implemented in brilligThis fails - https://github.com/catmcgee/aztecnr-ecdsa-secp256r1/blob/main/src/main.nr - with
panicked at 'not implemented: ICE: Black box function EcdsaSecp256r1 is not implemented'
, compiler/noirc_evaluator/src/brillig/brillig_gen/brillig_black_box.rs:163:14Reproduce
Clone and compile this https://github.com/catmcgee/aztecnr-ecdsa-secp256r1
The text was updated successfully, but these errors were encountered: