Logo
Explore Help
Register Sign In
interfect/tildefriends
1
0
Fork 0
You've already forked tildefriends
forked from cory/tildefriends
Code Pull Requests Activity
Files
44d84a9b2a4d80dbeb1edac79c671743b4e1bc63
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
/** @} */
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 61ms 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