webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CryptoDigest.h>
Public Types | |
enum | Algorithm { Algorithm::SHA_1, Algorithm::SHA_224, Algorithm::SHA_256, Algorithm::SHA_384, Algorithm::SHA_512 } |
Public Member Functions | |
~CryptoDigest () | |
void | addBytes (const void *input, size_t length) |
Vector< uint8_t > | computeHash () |
Static Public Member Functions | |
static std::unique_ptr< CryptoDigest > | create (Algorithm) |
|
strong |
PAL::CryptoDigest::~CryptoDigest | ( | ) |
Vector< uint8_t > PAL::CryptoDigest::computeHash | ( | ) |
|
static |