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
HMAC.cpp File Reference
#include <aws/crt/crypto/HMAC.h>
#include <aws/cal/hmac.h>

Namespaces

namespace  Aws
 
namespace  Aws::Crt
 
namespace  Aws::Crt::Crypto
 

Functions

bool AWS_CRT_CPP_API Aws::Crt::Crypto::ComputeSHA256HMAC (Allocator *allocator, const ByteCursor &secret, const ByteCursor &input, ByteBuf &output, size_t truncateTo=0) noexcept
 
bool AWS_CRT_CPP_API Aws::Crt::Crypto::ComputeSHA256HMAC (const ByteCursor &secret, const ByteCursor &input, ByteBuf &output, size_t truncateTo=0) noexcept