I've implemented and tested Secp256k CDSA in Java. But it seems very slow.
I've implemented Secp256k CDSA with Secp256k1Point class. Parameter of Secp256k is below.
In this class, I've implemented add, multiply functions.
The problem is that this program is too slow. I felt wired and tried GNU MP library, then it is very fast.
Therefore, I'll make JNI functions for crypto calculation.
Testing Crypto code is located below.
https://github.com/alinous-core/codablecash/tree/master/src/test/java/crypt/test