40 #ifndef ELECTRUM_WORDS_H 41 #define ELECTRUM_WORDS_H 47 namespace epee {
class wipeable_string; }
61 namespace ElectrumWords
113 void get_language_list(std::vector<std::string> &languages,
bool english =
false);
std::vector< const Language::Base * > get_language_list()
const std::string old_language_name
bool words_to_bytes(const epee::wipeable_string &words, epee::wipeable_string &dst, size_t len, bool duplicate, std::string &language_name)
Converts seed words to bytes (secret key).
bool bytes_to_words(const char *src, size_t len, epee::wipeable_string &words, const std::string &language_name)
Converts bytes (secret key) to seed words.
std::string get_english_name_for(const std::string &name)
Returns the name of a language in English.
bool get_is_old_style_seed(const epee::wipeable_string &seed)
Tells if the seed passed is an old style seed or not.