summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorThashiznets <hdizzle@outlook.com>2014-12-16 17:59:57 +1100
committerThashiznets <hdizzle@outlook.com>2014-12-16 17:59:57 +1100
commit7f096c1ecdb315e6c5f0bb7a49dbe50ca78ebdcc (patch)
tree56b205f8d6ddea21e2bf5f868688cce5d266166f /bip-0039.mediawiki
parent86edfd57ddb6f4b63d1e770e5af5294fe54018fc (diff)
downloadbips-7f096c1ecdb315e6c5f0bb7a49dbe50ca78ebdcc.tar.xz
BIP39 Adding reference to .NET C# (PCL) API
Addition of a .NET C# (PCL) into the BIPS39 wiki documentation for .NET developers whishing to use BIPS39 in a .NET project to derive seed bytes from a mnemonic sentence.
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki3
1 files changed, 3 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index b6aebfb..f95836d 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -135,3 +135,6 @@ Objective-C - https://github.com/nybex/NYMnemonic
Haskell - https://github.com/haskoin/haskoin
+.NET C# (PCL) - https://github.com/Thashiznets/BIP39.NET
+
+