@digitalbazaar/minimal-cipher
Advanced tools
Changelog
6.0.0 - 2023-11-05
@noble/curves
to provide X25519 implementation. This lib is often
used in other libs that are combined with this one and it has been
through a comprehensive security audit. Additional benefits include
speed and tree-shaking capabilities.Changelog
5.1.0 - 2022-07-31
Changelog
5.0.0 - 2022-06-06
globalThis
for browser crypto and streams.Changelog
4.0.2 - 2021-09-17
Changelog
4.0.1 - 2021-08-18
Changelog
4.0.0 - 2021-07-22
@digitalbazaar/x25519-verification-key-2020
v2.0,
which changes the key serialization format to multicodec (in addition to multibase).Changelog
3.0.0 - 2021-04-01
KEY_TYPE
to X25519KeyAgreementKey2020
.Changelog
2.0.0 - 2021-03-12
x25519-key-agreement-key-2019 v4+
key type examples, which itself is based on crypto-ld v4+
.
See also x25519-key-agreement-key-2019 v4+
Changelog,
crypto-ld
v4.0 Changelog@stablelib/chacha20poly1305
and @stablelib/xchacha20poly1305
deps
to their latest 1.0 versions. (Should be no breaking changes there.)web-streams-polyfill
to major version v3.0.0
(see its changelog entry).
(Should be no changes that affect this lib.)There no API changes to minimal-cipher
itself (aside from the rename of its
npm package to @digitalbazaar/minimal-cipher
), so upgrading from 1.4.x
to
2.0.0
only involves making sure that the keys being used for key agreement
are generated using the newer crypto-ld
v4 method (see minimal-cipher
README
for examples).