Releases: libp2p/js-libp2p-crypto
Releases · libp2p/js-libp2p-crypto
v0.16.0
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
Features
- nextTick instead of setImmediate, and fix sync in async (#136) (c54ea20)
v0.14.1
Bug Fixes
- dont setimmediate when its not needed (9e57786)
v0.14.0
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
chore: release version v0.13.0
v0.12.1
chore: release version v0.12.1
v0.10.4
Bug Fixes
- catch error when unmarshaling instead of crashing (#113) (7608fdd)