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