diff --git a/EncryptionManager.h b/EncryptionManager.h index c795bd7..b502b1b 100644 --- a/EncryptionManager.h +++ b/EncryptionManager.h @@ -45,6 +45,10 @@ public: void saveKey(const std::string&, bool); void loadKey(const std::string&); + // Generowanie hash BLAKE2b + //static std::array hashBlake(const std::vector&); + //static bool compareBlake(const std::vector&, const std::array&); + private: std::array key{}; bool keyReady;