Skip to content

JCMathLib 1.1.0

Compare
Choose a tag to compare
@petrs petrs released this 26 Jul 09:12
· 156 commits to master since this release
615978a

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