diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2021-02-12 21:29:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 21:29:20 +0000 |
commit | 3a7585365ff3280a4fc9d34ea6a1e43c39cfa7be (patch) | |
tree | 44e67d3c0d1ef1f43b0a98534c5d1c6e0ba5770f /bip-0039.mediawiki | |
parent | fbef072a9179768f5136a8b9a91cfbc3241116a8 (diff) | |
parent | e963414eee7ac8f85a5a92f9d170f5f3d38f816d (diff) |
Merge pull request #1045 from koushiro/koushiro/add-bip0039-rs
Add another Rust implmentation of BIP-0039
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 3e12d28..ab1c3b8 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -174,6 +174,7 @@ Ruby: Rust: * https://github.com/maciejhirsz/tiny-bip39/ +* https://github.com/koushiro/bip0039-rs Swift: * https://github.com/CikeQiu/CKMnemonic |