From 8dbd301a196041a36be455c1b4cedc81f0d634fe Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 12 Dec 2022 13:34:51 +0100 Subject: Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE side (#208) removed all use of IoHash::FromBLAKE3() caused by interactions with CompressedBuffer APIs --- zencore/include/zencore/compress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/include') diff --git a/zencore/include/zencore/compress.h b/zencore/include/zencore/compress.h index 5bf6d3001..99ce20d8a 100644 --- a/zencore/include/zencore/compress.h +++ b/zencore/include/zencore/compress.h @@ -117,7 +117,7 @@ public: [[nodiscard]] ZENCORE_API uint64_t DecodeRawSize() const; /** Returns the hash of the raw data. Zero on error or if this is null. */ - [[nodiscard]] ZENCORE_API BLAKE3 DecodeRawHash() const; + [[nodiscard]] ZENCORE_API IoHash DecodeRawHash() const; [[nodiscard]] ZENCORE_API CompressedBuffer CopyRange(uint64_t RawOffset, uint64_t RawSize = ~uint64_t(0)) const; -- cgit v1.2.3