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
{{ message }}
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
I was trying to use this package and ran into the following error. I'm using compiler version 0.33.0. I'm using the v0.0.2 tag.
error: The type Field cannot be used in a for loop
┌─ /Users/mihir/nargo/github.com/KumaCrypto/mimc_sponge_noirv0.0.2/src/lib.nr:30:14
│
30 │ for i in 0..nRounds - 1 {
│ --------------
│
I believe I have a fix for this and will PR it here.