esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
esp8266ndn::ndnph_port::Sha256 Class Reference

SHA256 algorithm, implemented with BearSSL. More...

#include <sha256-bearssl.hpp>

Public Member Functions

 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)
 

Detailed Description

SHA256 algorithm, implemented with BearSSL.

SHA256 algorithm, implemented with Cryptosuite.

Constructor & Destructor Documentation

◆ Sha256() [1/2]

esp8266ndn::ndnph_port::Sha256::Sha256 ( )
inline

◆ Sha256() [2/2]

esp8266ndn::ndnph_port::Sha256::Sha256 ( )
inline

Member Function Documentation

◆ 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: