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