From f61e6102be8ed4bd0eebca4aa0349d65117aec75 Mon Sep 17 00:00:00 2001 From: Thashiznets Date: Sat, 6 Dec 2014 17:00:26 +1100 Subject: [PATCH] Update bip-0039.mediawiki Hello, I have created a .NET version of the BIP39 specification for the community. It is a Portable Class Library so it can be used in anything newish .NET so Windows Phone, WinRT, full blown .NET 4.5 etc. --- bip-0039.mediawiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index b6aebfb8..0724e5c9 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -135,3 +135,5 @@ Objective-C - https://github.com/nybex/NYMnemonic Haskell - https://github.com/haskoin/haskoin +.NET C# (PCL) - https://github.com/Thashiznets/BIP39.NET +