diff --git a/src/cpp/Crypto/Passphrase.h b/src/cpp/Crypto/Passphrase.h index e559e9471..cfd680afd 100644 --- a/src/cpp/Crypto/Passphrase.h +++ b/src/cpp/Crypto/Passphrase.h @@ -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();