40#ifndef ELECTRUM_WORDS_H
41#define ELECTRUM_WORDS_H
76 std::string &language_name);
85 std::string &language_name);
96 const std::string &language_name);
106 const std::string &language_name);
113 void get_language_list(std::vector<std::string> &languages,
bool english =
false);
Mnemonic seed word generation and wallet restoration helper functions.
std::vector< const Language::Base * > get_language_list()
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 get_is_old_style_seed(const epee::wipeable_string &seed)
Tells if the seed passed is an old style seed or not.
std::string get_english_name_for(const std::string &name)
Returns the name of a language in English.
const std::string old_language_name
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.
epee::mlocked< tools::scrubbed< ec_scalar > > secret_key