|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Go to the source code of this file.
Classes | |
| class | Aws::Crt::Crypto::HMAC |
| class | Aws::Crt::Crypto::ByoHMAC |
Namespaces | |
| namespace | Aws |
| namespace | Aws::Crt |
| namespace | Aws::Crt::Crypto |
Typedefs | |
| using | Aws::Crt::Crypto::CreateHMACCallback = std::function< std::shared_ptr< ByoHMAC >(size_t digestSize, const ByteCursor &secret, Allocator *)> |
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 |
Variables | |
| static const size_t | Aws::Crt::Crypto::SHA256_HMAC_DIGEST_SIZE = 32 |