Adding bip39 so I can use it to move around private keys.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4725 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-01-02 20:25:11 +00:00
parent 709b57d84f
commit ccafc23d3c
5 changed files with 449 additions and 0 deletions

4
src/bip39.words.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
enum { k_bip39_words_count = 2048 };
extern const char* k_bip39_words[k_bip39_words_count];