AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <Sha256.h>
Initializes platform crypto libs.
Calculates a Hash digest on a stream (the entire stream is read)
Implements Aws::Utils::Crypto::Hash.
Calculates a SHA256 Hash digest (not hex encoded)
Implements Aws::Utils::Crypto::Hash.
Get the result in the current value
Implements Aws::Utils::Crypto::Hash.
Updates a Hash digest
Implements Aws::Utils::Crypto::Hash.