|
| static std::string | sha256 (const void *data, size_t len) |
| | Computes a SHA-256 hash of the given input data.
|
| |
|
|
| SHAHelper () |
| | This class cannot be instantiated.
|
| |
Definition at line 53 of file CC32xxSha.hxx.
◆ sha256()
| static std::string SHAHelper::sha256 |
( |
const void * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inlinestatic |
Computes a SHA-256 hash of the given input data.
- Parameters
-
| data | is the pointer to the input. |
| len | the size in bytes of the input. Must be a multiple of 64 bytes. |
- Returns
- a 256-bit (32 byte) string containing the SHA256 hash.
Definition at line 61 of file CC32xxSha.hxx.
The documentation for this class was generated from the following file: