noir
noir copied to clipboard
chore: test remaining crypto blackbox functions
Description
-
[ ] Change base to master after https://github.com/noir-lang/noir/pull/5614 is merged
-
[ ] Test field <-> value conversion used for multi-scalar-mul and embedded curve add
-
[ ] Test multi-scalar-mul
-
[ ] Test embedded curve add
-
[ ] Test range check/constraint
Problem*
Resolves
Summary*
Additional Context
Documentation*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] [For Experimental Features] 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 and/or
cargo fmt
on default settings.