When using the bitcore-lib-cash library the Error Point does not lie on the curve is thrown.
Using Typescript:
import BitcoreCash from 'bitcore-lib-cash';
let privateKey = new BitcoreCash.PrivateKey(); // throws Point does not lie on the curve
Any pointers are much appreciated.
When using the bitcore-lib-cash library the Error Point does not lie on the curve is thrown.
Using Typescript:
Any pointers are much appreciated.