Implementation class of Signature, using HMAC-SHA1 for signing.
More...
#include "sha1_signature.h"
|
static int | ComputeSizeFromNumberOfBytes (int num_bytes) |
|
|
static const int | kDefaultSignatureSize = 10 |
|
static const int | kSHA1NumBytes = 20 |
|
|
virtual GoogleString | RawSign (StringPiece key, StringPiece data) const |
| Computes a binary signature of a given data under key.
|
|
virtual int | RawSignatureSizeInBytes () const |
| The number of bytes RawSign will produce.
|
|
Implementation class of Signature, using HMAC-SHA1 for signing.
The documentation for this class was generated from the following file: