class SHA256

Defined at line 118 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Support/crypto/HashAlgos.h

Public Methods

void SHA256 ()
void ~SHA256 ()
void Begin ()
void AddData (const uint8_t * data, uint16_t dataLen)
void AddData (const BIGNUM & num)
void Finish (uint8_t * hashBuf)
void Reset ()

Enumerations

enum 
Name Value
kHashLength 32
kBlockLength 64

Defined at line 121 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Support/crypto/HashAlgos.h