bwesterb / py-seccure

SECCURE compatible Elliptic Curve cryptography in Python
GNU Lesser General Public License v3.0
94 stars 24 forks source link

Will work with secp256k1 keys? #15

Closed FrankC01 closed 5 years ago

FrankC01 commented 6 years ago

Will py-seccure work with keys from this? Thanks

bwesterb commented 6 years ago

No, SECCURE only supports random curves — not Koblitz curves.

FrankC01 commented 6 years ago

Thanks for the quick reply!