use file2 zstd wrapper to read frag data (untested)

This commit is contained in:
2024-03-31 15:43:01 +02:00
parent 19fd99f713
commit 19844a9423
5 changed files with 92 additions and 53 deletions

View File

@@ -9,6 +9,7 @@ struct UUIDGeneratorI {
virtual std::vector<uint8_t> operator()(void) = 0;
};
// TODO: templates?
struct UUIDGenerator_128_128 final : public UUIDGeneratorI {
private:
std::array<uint8_t, 16> _uuid_namespace;