proxygen
|
#include <Hmac.h>
Public Member Functions | |
size_t | length () const override |
void | hmac (folly::ByteRange key, const folly::IOBuf &in, folly::MutableByteRange out) const override |
Public Member Functions inherited from fizz::Hmac | |
virtual | ~Hmac ()=default |
|
inlineoverridevirtual |
Compute the hmac of in using key. Out must be able to hold length() bytes.
Implements fizz::Hmac.
|
inlineoverridevirtual |
Length of the output.
Implements fizz::Hmac.