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
CRC.h File Reference
#include <aws/crt/Exports.h>
#include <aws/crt/Types.h>

Go to the source code of this file.

Namespaces

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

Functions

uint32_t AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeCRC32 (ByteCursor input, uint32_t previousCRC32=0) noexcept
 
uint32_t AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeCRC32C (ByteCursor input, uint32_t previousCRC32C=0) noexcept
 
uint64_t AWS_CRT_CPP_API Aws::Crt::Checksum::ComputeCRC64NVME (ByteCursor input, uint64_t previousCRC64NVME=0) noexcept