TBD54566975 / web5-kt

Apache License 2.0
10 stars 10 forks source link

Implement key generation, signing, and verification for secp256r1 #15

Open frankhinek opened 1 year ago

frankhinek commented 1 year ago

Use secp256k1 from TypeScript SDK as a reference:

https://github.com/TBD54566975/web5-js/blob/main/packages/crypto/src/crypto-primitives/secp256k1.ts

mistermoe commented 11 months ago

@frankhinek if memory serves, secp256r1 was added because it's FIPS compliant. secp256k1 is as well right?