mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
4 lines
57 B
Python
Executable File
4 lines
57 B
Python
Executable File
TT256 = 2 ** 256
|
|
TT256M1 = 2 ** 256 - 1
|
|
TT255 = 2 ** 255
|