Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FFnv Struct Reference

#include <Fnv.h>

Static Public Member Functions

static uint32 MemFnv32 (const void *Data, int32 Length, uint32 FNV=0)
 
static uint64 MemFnv64 (const void *Data, int32 Length, uint64 FNV=0)
 

Detailed Description

FNV hash generation for different types of input data

Definition at line 14 of file Fnv.h.

Member Function Documentation

◆ MemFnv32()

static uint32 FFnv::MemFnv32 ( const void * Data,
int32 Length,
uint32 FNV = 0 )
static

generates FNV hash of the memory area

◆ MemFnv64()

static uint64 FFnv::MemFnv64 ( const void * Data,
int32 Length,
uint64 FNV = 0 )
static

The documentation for this struct was generated from the following file: