readme: correct descriptions for bip38/bip38. Closes #491
This commit is contained in:
parent
b2e4016f62
commit
57fc4bdc61
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ Please make your best effort to adhere to these when contributing to save on tri
|
||||||
## Complementing Libraries
|
## Complementing Libraries
|
||||||
|
|
||||||
- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding utility library
|
- [BIP21](https://github.com/bitcoinjs/bip21) - A BIP21 compatible URL encoding utility library
|
||||||
- [BIP38](https://github.com/bitcoinjs/bip38) - Mnemonic generation for deterministic keys
|
- [BIP38](https://github.com/bitcoinjs/bip38) - Passphrase-protected private keys
|
||||||
- [BIP39](https://github.com/bitcoinjs/bip39) - Passphrase-protected private keys
|
- [BIP39](https://github.com/bitcoinjs/bip39) - Mnemonic generation for deterministic keys
|
||||||
- [BIP32-Utils](https://github.com/bitcoinjs/bip32-utils) - A set of utilities for working with BIP32
|
- [BIP32-Utils](https://github.com/bitcoinjs/bip32-utils) - A set of utilities for working with BIP32
|
||||||
- [BIP32-Wallet](https://github.com/bitcoinjs/bip32-wallet) - A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested
|
- [BIP32-Wallet](https://github.com/bitcoinjs/bip32-wallet) - A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested
|
||||||
- [BIP66](https://github.com/bitcoinjs/bip66) - Strict DER signature decoding
|
- [BIP66](https://github.com/bitcoinjs/bip66) - Strict DER signature decoding
|
||||||
|
|
Loading…
Reference in a new issue