An object for computing a SHA256 hash.
More...
#include <sha256.h>
An object for computing a SHA256 hash.
◆ SHA256Context()
| hgps::SHA256Context::SHA256Context |
( |
| ) |
|
◆ ~SHA256Context()
| hgps::SHA256Context::~SHA256Context |
( |
| ) |
|
◆ finalise()
| std::string hgps::SHA256Context::finalise |
( |
| ) |
|
Finish calculating the hash and return.
◆ update()
template<class R >
| void hgps::SHA256Context::update |
( |
const R & |
range | ) |
|
|
inline |
Feed in more data to the hash algorithm.
- Template Parameters
-
- Parameters
-
| range | A container-like range of char data |
The documentation for this class was generated from the following files: