ecc
ecc copied to clipboard
Golang native implementation of the secp256k1 elliptic curve
Results
2
ecc issues
Sort by
recently updated
recently updated
newest added
Would love to be able to output the keys into PEM files.
Thanks for the project, I succeed verify with additional curve, I tried to using additional curve for key exchange ecdh, how to do it? I following ecdh interface, implement its...