Simple calculation
- Provides efficient TEA decryption functionality, based on C implementation.
- Supports Python 3.6+
Install the latest version of py2dmath
from PyPI:
pip install py2dmath
Here's how to use py2dmath
for decryption:
import py2dmath
curve = [0, 0, 0.5, 1]
count = 5
dec = py2dmath.getCurves(curve, count)