pyteal
pyteal copied to clipboard
Wide Arithmetic Support (128bit uint)
Summary
Provides a set of uint128 (essentially two uint64 values on stack) arithmetic support from 5 wide arithmetic opcodes:
addwmulwdivwdivmodwexpw
Closes #101
Testing
Pending, currently only local testing, waiting on e2e semantics test.