SHA256 algorithm, implemented with BearSSL.
More...
#include <sha256-bearssl.hpp>
|
| | Sha256 () |
| |
| void | update (const uint8_t *chunk, size_t size) |
| |
| bool | final (uint8_t *digest) |
| |
| | Sha256 () |
| |
| void | update (const uint8_t *chunk, size_t size) |
| |
| bool | final (uint8_t *digest) |
| |
SHA256 algorithm, implemented with BearSSL.
SHA256 algorithm, implemented with Cryptosuite.
◆ Sha256() [1/2]
| esp8266ndn::ndnph_port::Sha256::Sha256 |
( |
| ) |
|
|
inline |
◆ Sha256() [2/2]
| esp8266ndn::ndnph_port::Sha256::Sha256 |
( |
| ) |
|
|
inline |
◆ final() [1/2]
| bool esp8266ndn::ndnph_port::Sha256::final |
( |
uint8_t * |
digest | ) |
|
|
inline |
◆ final() [2/2]
| bool esp8266ndn::ndnph_port::Sha256::final |
( |
uint8_t * |
digest | ) |
|
|
inline |
◆ update() [1/2]
| void esp8266ndn::ndnph_port::Sha256::update |
( |
const uint8_t * |
chunk, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ update() [2/2]
| void esp8266ndn::ndnph_port::Sha256::update |
( |
const uint8_t * |
chunk, |
|
|
size_t |
size |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: