Logo
Explore Help
Register Sign In
cory/tildefriends
5
6
Fork 2
You've already forked tildefriends
Code Issues 30 Pull Requests Actions Releases 38 Wiki Activity
Files
2ac6dfde9d202b9c6573d734f818ed94abf86bfa
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.24.6 Page: 88ms Template: 2ms
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