santomet/pv204_project

Investigate what is going on with JCMathLib, maybe push some changes made to the library

Opened this issue · 0 comments

I thrown JCMathLib away because multiplication (of Bigint as well as point) did not work.

The multiplication of scalars yields bounds out of array exception within times_add_shift() in the second entrance.

Also a few useful modifications to the library are in this repo, just like exporting a compressed form of a Point. Worth extracting to JCMathLib?