Having a felt252 type in Lua could help user to make some computation in Lua to update / verify some values.
Check some libs for bignumbers in lua:
https://github.com/thenumbernine/lua-bignumber
https://github.com/ennorehling/euler/blob/master/BigNum.lua
or other...
Having a
felt252type in Lua could help user to make some computation in Lua to update / verify some values.Check some libs for bignumbers in lua:
https://github.com/thenumbernine/lua-bignumber
https://github.com/ennorehling/euler/blob/master/BigNum.lua
or other...