Colin Nielsen
Colin Nielsen
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Aim **When:** - Passing Field elements as hex-encoded numbers - Passing Field elements as integers **What:** Since the target type is > u120, the toml parser crashes. **Workaround:** Stringify...
closes #19
### Problem In order to take array slices in Noir, you have to iterate over the array, then copy each value to a new array: for exmple: ```rust fn last_20_bytes(...