@digitalbazaar/x25519-key-agreement-key-2019
Advanced tools
Changelog
6.0.0 - 2022-06-02
Changelog
5.2.0 - 2022-05-06
@noble/ed25519
to convert public ed25519 keys to x25519.Changelog
5.1.1 - 2021-05-25
Changelog
5.1.0 - 2021-04-02
revoked
export tests. (To support CryptoLD
's new fromKeyId()
method.) Also add includeContext
flag to export()
.Changelog
5.0.1 - 2021-03-25
env.js
, switch to our usual node/browser setup. Should fix webpack
problems downstream.Changelog
5.0.0 - 2021-03-17
crypto-ld v5.0
.addPublicKey
and addPrivateKey
.Changelog
4.1.0 - 2021-03-14
fromEdKeyPair()
is now an alias for fromEd25519VerificationKey2018()
to
maintain backwards compatibility. New code should use
fromEd25519VerificationKey2020()
(or whatever the latest Ed25519 suite is).Changelog
4.0.0 - 2021-03-11
@digitalbazaar/x25519-key-agreement-key-2019
.addEncodedPublicKey()
to addPublicKey()
.addEncryptedPrivateKey()
to addPrivateKey()
.verifyFingerprint()
param signature to use named
params.fromEdKeyPair()
param signature to use named params.convertFromEdPublicKey()
param signature to use named
params.convertFromEdPrivateKey()
param signature to use named
params.crypto-ld
v4.0 ChangelogSee crypto-ld
v4.0 Purpose
and crypto-ld
Upgrade from v3.7 notes