tildefriends/src/bip39.words.h

5 lines
106 B
C

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