issues
search
Convex-Dev
/
bounties
Repository for the Convex Bounty programme. Earn Convex Coins for solving problems and building new capabilties!
2
stars
0
forks
source link
BigInteger type (500 Gold)
#4
Open
mikera
opened
3 years ago
mikera
commented
3 years ago
Convex should support a native BigInteger numeric type
Should support key arithmetic operations (+ - * / mod quot abs signum etc.)
Should be implemented as an ACell for CVM usage
Should have a canonical encoding that is unique for each BigInteger value
Should have juice costs that reflect computational complexity of operations
Should be relatively efficient, e.g. using longs for implementation rather than individual bytes
Convex should support a native BigInteger numeric type