25 #include "utility/ProgMemUtil.h" 
   62     static uint64_t 
const hashStart[8] PROGMEM = {
 
   63         0xcbbb9d5dc1059ed8ULL, 0x629a292a367cd507ULL, 0x9159015a3070dd17ULL,
 
   64         0x152fecd8f70e5939ULL, 0x67332667ffc00b31ULL, 0x8eb44a8768581511ULL,
 
   65         0xdb0c2e0d64f98fa7ULL, 0x47b5481dbefa4fa4ULL
 
   67     memcpy_P(state.h, hashStart, 
sizeof(hashStart));
 
SHA384()
Constructs a SHA-384 hash object.
size_t hashSize() const
Size of the hash result from finalize().
void reset()
Resets the hash ready for a new hashing process.