diff options
author | Kevin Gislason <33131270+Kevingislason@users.noreply.github.com> | 2020-03-17 20:18:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 20:18:43 -0400 |
commit | 2e1fb61db696bdf3ee8d415b226f1a15ce86cf50 (patch) | |
tree | f4fa180ae816320caafaba92deb3d40d6541a36f /bip-0039.mediawiki | |
parent | cb071df902eafb7054635201a8b12e76f42774ad (diff) |
Update Rust BIP 39 implementation
The currently listed Rust implementation of BIP 39 doesn't pass the reference implementation's test vectors.
See --> https://github.com/infincia/bip39-rs/issues/21
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index cd0115c..bd70558 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -160,7 +160,7 @@ Ruby: * https://github.com/sreekanthgs/bip_mnemonic Rust: -* https://github.com/infincia/bip39-rs +* https://github.com/maciejhirsz/tiny-bip39/ Swift: * https://github.com/CikeQiu/CKMnemonic |