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.16.0

08 Jan 20:33
Compare
Choose a tag to compare

Bug Fixes

  • clean up, bundle size reduction (8d8294d)

BREAKING CHANGES

  • getRandomValues method exported from src/keys/rsa-browser.js and src/keys/rsa.js signature has changed from accepting an array to a number for random byte length

v0.15.0

03 Jan 16:15
Compare
Choose a tag to compare

Features

  • nextTick instead of setImmediate, and fix sync in async (#136) (c54ea20)

v0.14.1

05 Nov 18:29
Compare
Choose a tag to compare

Bug Fixes

  • dont setimmediate when its not needed (9e57786)

v0.14.0

17 Sep 22:35
934390a
Compare
Choose a tag to compare

Bug Fixes

  • windows build (c7e0409)
  • lint: use ~ for ursa-optional version (e8cbf13)

Features

  • use ursa-optional for lightning fast key generation (b05e77f)

v0.13.0

05 Apr 16:32
Compare
Choose a tag to compare
chore: release version v0.13.0

v0.12.1

12 Feb 09:28
Compare
Choose a tag to compare
chore: release version v0.12.1

v0.12.0

27 Jan 18:56
Compare
Choose a tag to compare

Features

v0.11.0

20 Dec 08:13
Compare
Choose a tag to compare

Features

v0.10.4

01 Dec 08:42
Compare
Choose a tag to compare

Bug Fixes

  • catch error when unmarshaling instead of crashing (#113) (7608fdd)

v0.10.3

07 Sep 09:38
Compare
Choose a tag to compare

Features