SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
CRC32.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstddef>
4
#include <span>
5
6
#include <
sourcepp/Math.h
>
7
8
namespace
sourcepp::crypto
{
9
10
uint32_t
computeCRC32
(std::span<const std::byte> buffer);
11
12
}
// namespace sourcepp::crypto
Math.h
sourcepp::crypto
Definition:
Adler32.h:8
sourcepp::crypto::computeCRC32
uint32_t computeCRC32(std::span< const std::byte > buffer)
Definition:
CRC32.cpp:7
include
sourcepp
crypto
CRC32.h
Generated by
1.9.6