tildefriends/src/bip39.words.h

8 lines
107 B
C

#pragma once
enum
{
k_bip39_words_count = 2048
};
extern const char* k_bip39_words[k_bip39_words_count];