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
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

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