decentralized-identity / did-key.rs

Rust implementation of the did:key method
Apache License 2.0
47 stars 24 forks source link

Fixed a case-sensitivity error in Secp256k1 -> JWK. #32

Closed vdods closed 2 years ago

vdods commented 2 years ago

See https://tools.ietf.org/id/draft-jones-webauthn-secp256k1-00.html

I checked "crv" values for the other key types and they are correct.