Closed sirasistant closed 2 months ago
This crate compiles and tests pass for me on
nargo version = 0.33.0
noirc version = 0.33.0+3e13b34a653ce5ce0894cf74b845399b4628bd05
Edit: I see you've updated the repo to workaround this. I'll undo it and try again.
Aim
Compile https://github.com/noir-lang/noir-bignum with latest noir
Expected Behavior
It should compile
Bug
But limb_shift is a u8 defined as
let limb_shift = (shift % 60) as u8;
To Reproduce
1. 2. 3. 4.
Workaround
Yes
Workaround Description
Manually cast to u8 in the callsite
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response