Delete CRC. Przywrucono xxHash z pakietu LZ4. Dodano wstępną funkcję henerowania pliku HPP z kluczem i nonce.
This commit is contained in:
parent
a0a2f3e1d6
commit
967e1e9c13
12 changed files with 66 additions and 83 deletions
5
test.hpp
Normal file
5
test.hpp
Normal 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{};
|
||||
Loading…
Add table
Add a link
Reference in a new issue