Poprawka do generowania pliku nagłówkowego c++ z kluczem i nonce

This commit is contained in:
yanczi 2025-11-19 10:28:52 +01:00
parent b9a4eaa87c
commit 58c3870c53
2 changed files with 33 additions and 31 deletions

View file

@ -32,7 +32,7 @@ private:
bool keyReady;
void generateKeys();
std::string toHex(const std::vector<unsigned char>&);
std::string toHex(const unsigned char*, size_t);
void saveCppHeadFile(const std::string&);
template <size_t N>