dmazzella / ucrypto

Micropython package for doing fast rsa and elliptic curve cryptography, specifically digital signatures
31 stars 11 forks source link

Secp256k1 #13

Closed cockerfly closed 1 year ago

cockerfly commented 1 year ago

Hi! Can I use calculations with the secp256k1 curve if I change the source data in the file "ucrypto_ecc_p256.py"?

dmazzella commented 1 year ago

Hi, Yes you can copy values from fastecdsa

cockerfly commented 1 year ago

Hi, Yes you can copy values from fastecdsa

Thank you, dear friend!))

dmazzella commented 1 year ago

Happy coding 😉