SHA-256 (FIPS 180-4): update() over any run of bytes, digest() ends the message.
More...
#include <dx_crypto_sha256.h>
|
| static constexpr size_t | size = 32 |
| | the digest's bytes
|
SHA-256 (FIPS 180-4): update() over any run of bytes, digest() ends the message.
◆ digest()
| void dx::crypto::sha256::digest |
( |
uint8_t(&) | out[size] | ) |
|
|
inlinenoexcept |
the digest of what update() took; the object is spent
◆ update()
| sha256 & dx::crypto::sha256::update |
( |
const uint8_t * | bytes, |
|
|
size_t | count ) |
|
inlinenoexcept |
◆ size
| size_t dx::crypto::sha256::size = 32 |
|
staticconstexpr |
The documentation for this class was generated from the following file: