diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-26 08:20:05 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-05-26 08:20:05 +0000 |
commit | 8defdc87d18a8f36d426ed40145441d271f18ae4 (patch) | |
tree | e9598324a7f843d4fce3ff65840bd5b9af4ddf57 | |
parent | f30e1eccd5b391160866d45619adee5dcd4d9ca8 (diff) | |
parent | 775dca5b0cf94d60e0a843b9f537f4af666e1a63 (diff) |
Merge pull request #136 from NicolasDorier/patch-4
Add C# implementation of BIP39 (NBitcoin)
-rw-r--r-- | bip-0039.mediawiki | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index d2b79c7..da59124 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -137,4 +137,6 @@ Haskell - https://github.com/haskoin/haskoin .NET C# (PCL) - https://github.com/Thashiznets/BIP39.NET +.NET C# (PCL) - https://github.com/NicolasDorier/NBitcoin + JavaScript - https://github.com/bitpay/bitcore-mnemonic |