1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

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
This commit is contained in:
Kevin Gislason 2020-03-17 20:18:43 -04:00 committed by GitHub
parent cb071df902
commit 2e1fb61db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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