|
Open Model Railroad Network (OpenMRN)
|
Helper class to do hashing algorithms via OpenSSL library. More...
#include <OpenSSLAesCcm.hxx>
Static Public Member Functions | |
| static std::string | SHA256 (const void *data, size_t len) |
| Computes a SHA256 hash of a given data payload. | |
Private Member Functions | |
| MD () | |
| This class cannot be instantiated. | |
Helper class to do hashing algorithms via OpenSSL library.
Definition at line 124 of file OpenSSLAesCcm.hxx.
|
inlinestatic |
Computes a SHA256 hash of a given data payload.
| data | pointer to the beginning of the data to be hashed. |
| len | the number of bytes to be hashed |
Definition at line 131 of file OpenSSLAesCcm.hxx.