// Copyright (c) 2025 Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once internal U32 update_crc32(U32 crc, U8 *ptr, U64 size); internal U32 crc32_from_string(String8 string);