Skip to content

Struct SYN_SHA1_Ctx

ClassList > SYN_SHA1_Ctx

SHA-1 hashing algorithm context.

Public Attributes

Type Name
uint8_t buffer
uint32_t count
uint32_t state

Public Attributes Documentation

variable buffer

uint8_t SYN_SHA1_Ctx::buffer[64];

Input buffer staging area


variable count

uint32_t SYN_SHA1_Ctx::count[2];

Number of bits processed


variable state

uint32_t SYN_SHA1_Ctx::state[5];

Internal state registers



The documentation for this class was generated from the following file src/syntropic/net/syn_websocket.c