- Add
toEd255519VerificationKey2018()
instance method, round trip serialization and import to 2018.
- Replace underlying ed25519 implementation with
@noble/ed25519
. This should be a non-breaking change.
- Add some type check validation to toJwk() method.
- Add support for
JsonWebKey2020
and JWK import/export, and JWK thumbprint.
- BREAKING: Synced with
@digitalbazaar/ed25519-verification-key-2020 v3.1.0
(see its CHANGELOG) - Removed
esm
runtime transpiler usage, make compatible with TypeScript.
Initial version.