diff --git a/README.md b/README.md index ea5bfbb..c6c6550 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Check out [scure-bip39](https://github.com/paulmillr/scure-bip39) if you need mn - Audited by a third-party - Releases are signed with PGP keys and built transparently with NPM provenance - Check out all libraries: - [base](https://github.com/paulmillr/scure-base), - [bip32](https://github.com/paulmillr/scure-bip32), - [bip39](https://github.com/paulmillr/scure-bip39), - [btc-signer](https://github.com/paulmillr/scure-btc-signer) + [scure-base](https://github.com/paulmillr/scure-base), + [scure-bip32](https://github.com/paulmillr/scure-bip32), + [scure-bip39](https://github.com/paulmillr/scure-bip39), + [scure-btc-signer](https://github.com/paulmillr/scure-btc-signer), + [starknet](https://github.com/paulmillr/scure-starknet) ## Usage @@ -95,10 +96,10 @@ The implementation is [loosely based on hdkey, which has MIT License](#LICENSE). The library has been audited by Cure53 on Jan 5, 2022. Check out the audit [PDF](./audit/2022-01-05-cure53-audit-nbl2.pdf) & [URL](https://cure53.de/pentest-report_hashing-libs.pdf). See [changes since audit](https://github.com/paulmillr/scure-bip32/compare/1.0.1..main). -1. The library was initially developed for [js-ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography) -2. At commit [ae00e6d7](https://github.com/ethereum/js-ethereum-cryptography/commit/ae00e6d7d24fb3c76a1c7fe10039f6ecd120b77e), it - was extracted to a separate package called `micro-bip32` -3. After the audit we've decided to use NPM namespace for security. Since `@micro` namespace was taken, we've renamed the package to `@scure/bip32` +The library was initially developed for [js-ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography). +At commit [ae00e6d7](https://github.com/ethereum/js-ethereum-cryptography/commit/ae00e6d7d24fb3c76a1c7fe10039f6ecd120b77e), +it was extracted to a separate package called `micro-bip32`. +After the audit we've decided to use `@scure` NPM namespace for security. ## License