BLAKE2b nagłówek zakomentowane
This commit is contained in:
parent
bfb1bf5f61
commit
60455676a2
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ public:
|
|||
void saveKey(const std::string&, bool);
|
||||
void loadKey(const std::string&);
|
||||
|
||||
// Generowanie hash BLAKE2b
|
||||
//static std::array<char, 16> hashBlake(const std::vector<char>&);
|
||||
//static bool compareBlake(const std::vector<char>&, const std::array<char, 16>&);
|
||||
|
||||
private:
|
||||
std::array<unsigned char, crypto_stream_chacha20_ietf_KEYBYTES> key{};
|
||||
bool keyReady;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue