Static Public Member Functions | |
static void | calculateHmacSha256 (const ByteArray &key, const std::string &data, ByteArray &result) |
Definition at line 30 of file Cryptograph.h.
|
static |
Produces the signature using HMAC-SHA256.
key | Secret key bytes to produce the signature. |
data | The user data to produce the signature. |
result | The resulting HMAC-SHA256 signature. |
An | exception in case of any issues during the calculation of the signature. |