This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
add both little endian and big endian form of to radix #57
Labels
enhancement
New feature or request
Problem
we want to support to_le_bytes and to_be_bytes in noir std. see noir-lang/noir#651
(Describe the problem your suggestion sets out to solve.)
Solution
refactor ToRadix opcode to ToRadixLe and ToRadixRe
(Describe your suggestion.)
Alternatives considered
(Describe any alternative solutions you have considered.)
Additional context
(If applicable.)
The text was updated successfully, but these errors were encountered: