proxygen
|
#include <Sha256.h>
Static Public Attributes | |
static constexpr size_t | HashLen = 32 |
static constexpr auto | HashEngine = EVP_sha256 |
static constexpr folly::StringPiece | BlankHash |
Additional Inherited Members | |
Static Public Member Functions inherited from fizz::Sha< Sha256 > | |
static void | hmac (folly::ByteRange key, const folly::IOBuf &in, folly::MutableByteRange out) |
static void | hash (const folly::IOBuf &in, folly::MutableByteRange out) |
|
static |