AWS IoT Device SDK C++ v2  1.42.1
AWS IoT Device SDK C++ v2
Classes | Namespaces | Functions
XXHash.h File Reference
#include <aws/crt/Exports.h>
#include <aws/crt/Types.h>

Go to the source code of this file.

Classes

class  Aws::Crt::Checksum::XXHash
 

Namespaces

 Aws
 
 Aws::Crt
 
 Aws::Crt::Checksum
 

Functions

bool AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeXXHash64 (const ByteCursor &input, ByteBuf &output, uint64_t seed=0) noexcept
 
bool AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeXXHash3_64 (const ByteCursor &input, ByteBuf &output, uint64_t seed=0) noexcept
 
bool AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeXXHash3_128 (const ByteCursor &input, ByteBuf &output, uint64_t seed=0) noexcept