Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: libp2p/js-libp2p-crypto

v0.17.6

07 Apr 14:15
e761427
Compare
Choose a tag to compare

Bug Fixes

  • add buffer and update deps (#25) (35f196e)
  • unmarshal: provide only one arg to callback (#17) (3bb8451)
  • circular circular dep -> DI (0dcf1a6)
  • update deps and repo setup (cfdcbe0)

Features

BREAKING CHANGES

  • Callback support has been dropped in favor of async/await.

  • feat: use async/await

This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the callback parameter.

refs ipfs/js-ipfs#1670

  • fix: use latest multihashing-async as it is all promises now

v0.17.5

24 Mar 13:27
1b0fac8
Compare
Choose a tag to compare
chore: release version v0.17.5

v0.17.4

23 Mar 16:06
9aacb47
Compare
Choose a tag to compare

Bug Fixes

v0.17.3

26 Feb 16:21
d3601fa
Compare
Choose a tag to compare

Performance Improvements

BREAKING CHANGES

  • removes unused jwk2pem methods jwk2pubPem and jwk2privPem. These methods are not being used in any js libp2p modules, so only users referencing these directly will be impacted.

v0.17.2

17 Jan 11:08
ad4bf3b
Compare
Choose a tag to compare

Features

  • add typescript types + linting/tests (#161) (e01977c)

v0.17.1

25 Oct 11:56
b5d94ec
Compare
Choose a tag to compare

Bug Fixes

Features

  • add (rsa)pubKey.encrypt and (rsa)privKey.decrypt (34c5f5c)
  • browser enc/dec (9f747a1)
  • use forge to convert jwk2forge (b998f63)

v0.16.3

25 Oct 17:05
2d647cd
Compare
Choose a tag to compare

Features

v0.16.2

25 Sep 09:50
Compare
Choose a tag to compare
chore: release version v0.16.2

v0.17.0

11 Jul 13:23
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGES

  • key export arguments are now swapped so that the optional format is last
  • API refactored to use async/await

feat: WIP use async await
fix: passing tests
chore: update travis node.js versions
fix: skip ursa optional tests on windows
fix: benchmarks
docs: update docs
fix: remove broken and intested private key decrypt
chore: update deps

v0.16.1

26 Feb 08:28
Compare
Choose a tag to compare
chore: release version v0.16.1