proxygen
fizz::Sha384 Struct Reference

#include <Sha384.h>

Inheritance diagram for fizz::Sha384:
fizz::Sha< Sha384 >

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)
 

Detailed Description

Definition at line 17 of file Sha384.h.

Member Data Documentation

constexpr folly::StringPiece fizz::Sha384::BlankHash
static
Initial value:
{
"\x38\xb0\x60\xa7\x51\xac\x96\x38\x4c\xd9\x32\x7e\xb1\xb1\xe3\x6a\x21\xfd\xb7\x11\x14\xbe\x07\x43\x4c\x0c\xc7\xbf\x63\xf6\xe1\xda\x27\x4e\xde\xbf\xe7\x6f\x65\xfb\xd5\x1a\xd2\xf1\x48\x98\xb9\x5b"}

Definition at line 22 of file Sha384.h.

constexpr auto fizz::Sha384::HashEngine = EVP_sha384
static

Definition at line 20 of file Sha384.h.

constexpr size_t fizz::Sha384::HashLen = 48
static

Definition at line 18 of file Sha384.h.


The documentation for this struct was generated from the following files: