launchbadge / hedera-sdk-rust-archived

Hedera SDK for Rust
https://www.hedera.com
Apache License 2.0
41 stars 14 forks source link

Key generation does not match exactly the Java and JS SDKs #77

Open mehcode opened 5 years ago

mehcode commented 5 years ago

Most notably the mnemonic phrase generation uses a different algorithm.

QuestofIranon commented 5 years ago

The version of the bip39 crate being depended on is also broken. The maintainer disappeared and never merged in fixes. The working fork is https://crates.io/crates/tiny-bip39