This commit is contained in:
Dario 2020-06-25 12:06:00 +02:00
parent 7a9e32912b
commit 75c5b4c063

View File

@ -35,6 +35,7 @@ public:
//! TODO: add more utf8 chars for other languages as they needed
static std::string filter(const std::string& passphrase);
//! \return true if all words in passphrase existing in mWordSource
bool checkIfValid();
const Poco::UInt16* getWordIndices();