Remove "We currently don't implement seed generation from the phrase."
This shows up prominently at https://docs.rs/bip39/1.0.1/bip39/index.html , but it appears that seed generation is indeed implemented in the `to_seed()` method.
This commit is contained in:
parent
da090d223a
commit
30290800eb
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
//! # BIP39 Mnemonic Codes
|
//! # BIP39 Mnemonic Codes
|
||||||
//!
|
//!
|
||||||
//! We currently don't implement seed generation from the phrase.
|
|
||||||
//!
|
|
||||||
//! https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
|
//! https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
|
||||||
//!
|
//!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue