Delete CRC. Przywrucono xxHash z pakietu LZ4. Dodano wstępną funkcję henerowania pliku HPP z kluczem i nonce.

This commit is contained in:
yanczi 2025-11-01 22:30:28 +01:00
parent a0a2f3e1d6
commit 967e1e9c13
12 changed files with 66 additions and 83 deletions

5
test.hpp Normal file
View file

@ -0,0 +1,5 @@
// Plik wygenerowany przy wykorzystaniu exPAK
const std::array<unsigned char, crypto_stream_chacha20_ietf_KEYBYTES> key{};
const std::array<unsigned char, crypto_stream_chacha20_ietf_NONCEBYTES> nonce{};