8#include <aws/core/Core_EXPORTS.h>
10#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/Array.h>
static ByteBuffer CalculateSHA256TreeHash(Aws::IOStream &stream)
static ByteBuffer CalculateCRC32(const Aws::String &str)
static Aws::String Base64Encode(const ByteBuffer &byteBuffer)
static int HashString(const char *strToHash)
static ByteBuffer HexDecode(const Aws::String &str)
static ByteBuffer Base64Decode(const Aws::String &)
static ByteBuffer CalculateCRC32(Aws::IOStream &stream)
static ByteBuffer CalculateSHA256(Aws::IOStream &stream)
static ByteBuffer CalculateSHA256HMAC(const ByteBuffer &toSign, const ByteBuffer &secret)
static ByteBuffer CalculateMD5(const Aws::String &str)
static ByteBuffer CalculateSHA1(const Aws::String &str)
static ByteBuffer CalculateSHA1(Aws::IOStream &stream)
static ByteBuffer CalculateCRC32C(Aws::IOStream &stream)
static ByteBuffer CalculateSHA256TreeHash(const Aws::String &str)
static ByteBuffer CalculateCRC32C(const Aws::String &str)
static ByteBuffer CalculateSHA256(const Aws::String &str)
static ByteBuffer CalculateMD5(Aws::IOStream &stream)
static Aws::String HexEncode(const ByteBuffer &byteBuffer)
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String