mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-03 23:37:26 +00:00
chore: recognize when xenon fastfile use lzx compression
This commit is contained in:
@@ -31,7 +31,7 @@ protected:
|
||||
static constexpr auto SHA1_HASH_SIZE = 20u;
|
||||
static constexpr auto SALSA20_IV_SIZE = 8u;
|
||||
|
||||
AbstractSalsa20Processor(unsigned streamCount, const std::string& zoneName, const uint8_t* salsa20Key, unsigned keySize);
|
||||
AbstractSalsa20Processor(unsigned streamCount, const std::string& zoneName, const uint8_t* salsa20Key, size_t keySize);
|
||||
void InitStreams(const std::string& zoneName, const uint8_t* salsa20Key, size_t keySize);
|
||||
|
||||
[[nodiscard]] uint8_t* GetHashBlock(unsigned streamNumber);
|
||||
|
Reference in New Issue
Block a user