We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use std::scalar_mul::fixed_base in this snippet:
std::scalar_mul::fixed_base
use dep::std; fn main(priv_key: Field) { std::scalar_mul::fixed_base(priv_key); } #[test] fn test_main() { main(0x1929ea3ab8d9106a899386883d9428f8256cfedb3c4f6b66bf4aa4d28a79988f) }
Expected the operation to perform normally
Test fails with:
Running 1 test functions... Testing test_main... The application panicked (crashed). Message: not yet implemented Location: crates/noirc_evaluator/src/ssa/optimizations.rs:162
A workaround (thanks @jfecher) is to run nargo test --experimental-ssa instead. Only works if using nightly version (>0.7.0)
nargo test --experimental-ssa
nargo test
Binary
nargo 0.7.1 (git version hash: fa9be1d, is dirty: false)
No response
No
The text was updated successfully, but these errors were encountered:
Closing as this is now the default.
Sorry, something went wrong.
kevaundray
No branches or pull requests
Aim
Trying to use
std::scalar_mul::fixed_base
in this snippet:Expected Behavior
Expected the operation to perform normally
Bug
Test fails with:
A workaround (thanks @jfecher) is to run
nargo test --experimental-ssa
instead. Only works if using nightly version (>0.7.0)To Reproduce
nargo test
Installation Method
Binary
Nargo Version
nargo 0.7.1 (git version hash: fa9be1d, is dirty: false)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: