derecalliance / cryptography

cryptography primitives (secret sharing, secure channel) for implementing the DeRec protocol
Apache License 2.0
4 stars 0 forks source link

replacing the use of secp256r1 with secp256k1 in ecdsa #16

Closed rsinha closed 4 months ago

rsinha commented 4 months ago

The secp256k1 curve is desirable compared to secp256r1.

johnalanwoods commented 4 months ago

LGTM, with same comment on zeroisation