class SHA1

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

Public Methods

void SHA1 ()
void ~SHA1 ()
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 20
kBlockLength 64

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