noir-lang/acvm

`Uinit32` in `stdlib` fallback can be generalized to `u8`, 'u64' and others when needed

Ethan-000 opened this issue · 0 comments

Problem

Currently Uinit32 only supports FieldElements that are treated as u32 because thats what we need but it can be generalized to FieldElements representing other types

Happy Case

Nothing breaks and we have a more generic the implementation

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

Maybe

Support Needs

No response