UNPKG

human-crypto-keys

Version:

Generate and import human-friendly cryptographic keys using mnemonics or seeds

51 lines (21 loc) 1.61 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.1.4](https://github.com/ipfs-shipyard/js-human-crypto-keys/compare/v0.1.3...v0.1.4) (2019-05-25) ### Bug Fixes * fix concurrency issues with disabling worker for RSA ([#7](https://github.com/ipfs-shipyard/js-human-crypto-keys/issues/7)) ([fcb3c01](https://github.com/ipfs-shipyard/js-human-crypto-keys/commit/fcb3c01)) <a name="0.1.3"></a> ## [0.1.3](https://github.com/ipfs-shipyard/js-human-crypto-keys/compare/v0.1.2...v0.1.3) (2019-05-16) ### Bug Fixes * bip39 not exporting default ([1e29252](https://github.com/ipfs-shipyard/js-human-crypto-keys/commit/1e29252)) <a name="0.1.2"></a> ## [0.1.2](https://github.com/ipfs-shipyard/js-human-crypto-keys/compare/v0.1.1...v0.1.2) (2019-05-06) ### Bug Fixes * base error non generic stack trace ([2e78817](https://github.com/ipfs-shipyard/js-human-crypto-keys/commit/2e78817)) <a name="0.1.1"></a> ## [0.1.1](https://github.com/ipfs-shipyard/js-human-crypto-keys/compare/v0.1.0...v0.1.1) (2019-04-23) ### Bug Fixes * rsa generation with web workers ([#5](https://github.com/ipfs-shipyard/js-human-crypto-keys/issues/5)) ([8108e5d](https://github.com/ipfs-shipyard/js-human-crypto-keys/commit/8108e5d)) <a name="0.1.0"></a> # 0.1.0 (2019-04-12) ### Features * initial implementation ([#1](https://github.com/ipfs-shipyard/js-human-crypto-keys/issues/1)) ([3fdbc4f](https://github.com/ipfs-shipyard/js-human-crypto-keys/commit/3fdbc4f))