Public V0.0.1

This commit is contained in:
2025-05-04 13:32:07 +02:00
commit 996998785c
30 changed files with 4397 additions and 0 deletions

10
include/ctrff/lz11.hpp Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include <ctrff/pd_p_api.hpp>
#include <pd.hpp>
namespace ctrff {
namespace LZ11 {
CTRFF_API std::vector<PD::u8> Compress(const std::vector<PD::u8>& in);
}
} // namespace ctrff