noir-lang/acvm

Adding a convenient method to turn `FieldElement` to `BigInt` and from `BigInt`

Ethan-000 opened this issue · 0 comments

Problem

related to noir-lang/noir#2045

The FieldElement is represented by BigInt under the hood

These methods are implemented in arkworks

I think it will be better to have these and they may have other usecases beyond this issue

Happy Case

should be fairly straight forward to implement with arkworks

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

Maybe

Support Needs

No response