From 30290800eb4f78fa45db6152f375833a329d2247 Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Sun, 5 Jun 2022 11:51:52 -0400 Subject: [PATCH] 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. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 05963e3..94b8795 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,8 +13,6 @@ //! # BIP39 Mnemonic Codes //! -//! We currently don't implement seed generation from the phrase. -//! //! https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki //!