Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: from field with constant values (#4226)
# Description ## Problem\* Resolves a small issue when trying to cast a constant value from a field element. ## Summary\* We were trying to do a modulo 2^{254} which does not fit in u128 ## Additional Context ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** 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](https://prettier.io/) and/or `cargo fmt` on default settings.
- Loading branch information