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

Hash functions. More...

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

Go to the source code of this file.

Namespaces

namespace  pxr
 

Functions

ARCH_API uint32_t pxr::ArchHash (const char *data, size_t len)
 Hash len bytes of data.
 
ARCH_API 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.
 
ARCH_API uint64_t pxr::ArchHash64 (const char *data, size_t len)
 Hash len bytes of data.
 
ARCH_API 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.