Searched defs:SHA512Context (Results 1 – 1 of 1) sorted by relevance
38 typedef struct SHA512Context { struct39 uint64_t state[8];40 uint64_t count[2];41 uint8_t buf[SHA512_BLOCK_LENGTH];