From dce269071ea3871c5a74c825a6ed09ffc9b7f47e Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 5 Sep 2014 15:48:01 +1000 Subject: [PATCH] README: add BIP38 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db90819..47b6d5a 100644 --- a/README.md +++ b/README.md @@ -169,9 +169,9 @@ Please make your best effort to adhere to these when contributing to save on tri ## Complementing Libraries -- [bip39](https://github.com/weilu/bip39) - Wei Lu's Mnemonic code generator +- [BIP39](https://github.com/weilu/bip39) - Mnemonic code for generating deterministic keys +- [BIP38](https://github.com/cryptocoinjs/bip38) - Passphrase-protected private keys - [BCoin](https://github.com/indutny/bcoin) - BIP37 / Bloom Filters / SPV client -- [scryptsy](https://github.com/cryptocoinjs/scryptsy) - Private key encryption (BIP38) - [insight](https://github.com/bitpay/insight) - A bitcoin blockchain API for web wallets.