From aba3de465d469c2f11fd1042fc32eb00d41afa36 Mon Sep 17 00:00:00 2001 From: xtruan Date: Thu, 2 Mar 2023 12:20:59 -0800 Subject: [PATCH] BIP39 seed generation working readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ca18ab3a94..6dcaf7c61d6 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ The goal of this project is to see how much crypto functionality can be brought - Basic navigation and UI adapted from FAP Boilerplate app - BIP39 mnemonic generation supported! - 24, 18, or 12 words +- BIP39 mnemonic to BIP39 seed generation ### Work in Progress -- WIP: BIP39 mnemonic to seed generation - - `seed` seems to be blank using `mnemonic_to_seed` func +- WIP: BIP39 seed passphrase support - WIP: BIP39 to BIP32 HDNode - possible memory issue