AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
XXHash.cpp File Reference
#include <aws/checksums/xxhash.h>
#include <aws/crt/Api.h>
#include <aws/crt/checksum/XXHash.h>

Namespaces

namespace  Aws
namespace  Aws::Crt
namespace  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