Pixar Arch 0.25.8
Loading...
Searching...
No Matches
hash.h File Reference

Hash functions. More...

#include "pxr/arch/pxr.h"
#include "pxr/arch/api.h"
#include "pxr/arch/inttypes.h"

Go to the source code of this file.

Namespaces

namespace  pxr

Functions

uint32_t pxr::ArchHash (const char *data, size_t len)
 Hash len bytes of data.
uint32_t pxr::ArchHash (const char *data, size_t len, uint32_t seed)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
uint64_t pxr::ArchHash64 (const char *data, size_t len)
 Hash len bytes of data.
uint64_t pxr::ArchHash64 (const char *data, size_t len, uint64_t seed)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Detailed Description

Hash functions.