Now I need to add curve secp224k1 which is currently not defined in elliptic. I read at https://www.secg.org/sec2-v2.pdf that the parameters of the curve are the following, but I'm not sure how to define the curve within curves.js:
I do not know if "type: 'short'," and "prime: 'p224'" makes sense, nor if "gRed: false" is correct.
Currently it failes because of different assertions within short.js or BN.js.
Hi,
for the following software I use elliptic to verify EC signatures using different curves: https://github.com/OpenChargingCloud/ChargyDesktopApp
Now I need to add curve secp224k1 which is currently not defined in elliptic. I read at https://www.secg.org/sec2-v2.pdf that the parameters of the curve are the following, but I'm not sure how to define the curve within curves.js:
I do not know if "type: 'short'," and "prime: 'p224'" makes sense, nor if "gRed: false" is correct. Currently it failes because of different assertions within short.js or BN.js.
Does anyone know how to make this work?
Thx! Achim