From 75c5b4c06372bec68652c03b8c3cd0cf0bff03b7 Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 25 Jun 2020 12:06:00 +0200 Subject: [PATCH] doc --- src/cpp/Crypto/Passphrase.h | 1 + 1 file changed, 1 insertion(+) 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();