@digitalbazaar/ed25519-verification-key-2020
Advanced tools
Changelog
4.1.0 - 2022-08-09
did:key
spec.TypeError
when passing in a Uint8Array of the wrong length.Changelog
4.0.0 - 2022-06-02
globalThis
to get crypto
in browsers.Changelog
3.3.0 - 2022-05-05
@noble/ed25519
. This
should be a non-breaking change.Changelog
3.2.0 - 2021-10-15
JsonWebKey2020
and JWK import/export, as well as
JWK thumbprint function.Changelog
3.1.0 - 2021-06-24
Changelog
3.0.0 - 2021-06-19
Changelog
2.1.1 - 2021-04-08
signer()
and verifier()
objects have an id
property (for jsigs).Changelog
2.1.0 - 2021-04-01
revoked
export tests, SUITE_CONTEXT
class property. (To support
CryptoLD
's new fromKeyId()
method.)Changelog
2.0.0 - 2021-03-17
crypto-ld v5.0
.addPublicKey
and addPrivateKey
.Ed25519VerificationKey2020.fromEd25519VerificationKey2018()
method,
for backwards compatibility with the Ed25519VerificationKey2018
key type.
See "Converting from previous Ed25519VerificationKey2018 key type" section
of the README for details.