nl:: Weave:: Platform:: Security:: SHA256
Summary
Constructors and Destructors |
|
---|---|
SHA256(void)
|
|
~SHA256(void)
|
Public types |
|
---|---|
@343
|
enum |
Public functions |
|
---|---|
AddData(const uint8_t *data, uint16_t dataLen)
|
void
|
AddData(const BIGNUM & num)
|
void
Add an OpenSSL BIGNUM value to the hash.
|
Begin(void)
|
void
|
Finish(uint8_t *hashBuf)
|
void
|
Reset(void)
|
void
|
Public types
@343
@343
Public functions
AddData
void AddData( const uint8_t *data, uint16_t dataLen )
AddData
void AddData( const BIGNUM & num )
Add an OpenSSL BIGNUM value to the hash.
Begin
void Begin( void )
Finish
void Finish( uint8_t *hashBuf )
Reset
void Reset( void )
SHA256
SHA256( void )
~SHA256
~SHA256( void )