aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Namespaces | Functions
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