JCMathLib 1.1.0
Added following new functions and improvements:
- gcd() method
- is_coprime() method
- restore point from Bignat and array
- is_y_even() method
- secp256k1 curve domian parameters
- version tag into compressed jcmathlib.java file
- Integer class into compressed jcmathlib.java file
- fix addition of a same point
Usage:
- Cherrypick the functionality you need from sources or take bundled jcmathlib.java file
- Remove the functionality you don't need to decrease your memory consumption
- Include
import your_package.jcmathlib.*
into your project