Logo
Explore Help
Register Sign In
tasiaiso/tildefriends
1
0
Fork 0
You've already forked tildefriends
forked from cory/tildefriends
Code Issues Pull Requests Releases Wiki Activity
tildefriends/src/bip39.words.h

18 lines
267 B
C
Raw Normal View History

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
2024-01-02 20:25:11 +00:00
#pragma once
Add a Doxyfile and preliminary module-level docs.
2024-02-20 21:41:37 -05:00
/**
** \defgroup bip39_words BIP39 Word list
** The word list used by \ref bip39.
** @{
*/
clang-format the source. Not exactly how I want it, but automated is better than perfect. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4845 ed5197a5-7fde-0310-b194-c3ffbd925b24
2024-02-15 23:35:01 +00:00
enum
{
k_bip39_words_count = 2048
};
Some progress on .h docs, and add a preliminary CONTRIBUTING.md.
2024-03-04 12:23:00 -05:00
/** An array of words used for BIP39-encoding a key. */
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
2024-01-02 20:25:11 +00:00
extern const char* k_bip39_words[k_bip39_words_count];
Add a Doxyfile and preliminary module-level docs.
2024-02-20 21:41:37 -05:00
/** @} */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 41ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API