crypto_sha384_context_t Struct Reference

#include <sha2.h>

Collaboration diagram for crypto_sha384_context_t:
[legend]

Public Attributes

uint64_t state [8]
 
uint32_t count
 
uint8_t buffer [SHA384_BLOCKSIZE]
 

Member Data Documentation

◆ buffer

uint8_t crypto_sha384_context_t::buffer[SHA384_BLOCKSIZE]

◆ count

uint32_t crypto_sha384_context_t::count

◆ state

uint64_t crypto_sha384_context_t::state[8]

The documentation for this struct was generated from the following file: