diff options
author | Thomas Grainger <tagrain@gmail.com> | 2019-09-09 00:34:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 00:34:07 +0100 |
commit | 0f1a825246c74a25a8896cd4d2022169985b698f (patch) | |
tree | 0502bcfd1658d948ffcfa6739c52a9b3114716ce /bip-0039.mediawiki | |
parent | 33e6283a68ad4573d7418152350f93e39dc7e2cd (diff) |
Add .NET standard bip39 implementation
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index af76d59..b31533a 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -146,6 +146,9 @@ Objective-C: Haskell: * https://github.com/haskoin/haskoin +.NET (Standard): +* https://www.nuget.org/packages/dotnetstandard-bip39/ + .NET C# (PCL): * https://github.com/Thashiznets/BIP39.NET |