pyteal icon indicating copy to clipboard operation
pyteal copied to clipboard

Wide Arithmetic Support (128bit uint)

Open ahangsu opened this issue 3 years ago • 0 comments

Summary

Provides a set of uint128 (essentially two uint64 values on stack) arithmetic support from 5 wide arithmetic opcodes:

  • addw
  • mulw
  • divw
  • divmodw
  • expw

Closes #101

Testing

Pending, currently only local testing, waiting on e2e semantics test.

ahangsu avatar Mar 07 '22 20:03 ahangsu