From 93ef85891196b31c12d5772d8741d1f672aade46 Mon Sep 17 00:00:00 2001 From: Sreekanth G S Date: Wed, 10 Aug 2016 22:08:22 +0530 Subject: [PATCH] Adding ruby implementation to Other implementation --- bip-0039.mediawiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 0d05d819..6fd8bd02 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -146,3 +146,6 @@ Haskell: JavaScript: * https://github.com/bitpay/bitcore-mnemonic * https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info]]) + +Ruby: +* https://github.com/sreekanthgs/bip_mnemonic