Public Attributes | List of all members
sha1_ctxt Struct Reference

#include <sha1.h>

Public Attributes

union {
   uint64_t   b64 [1]
 
   uint8_t   b8 [8]
 
c
 
uint8_t count
 
union {
   uint32_t   b32 [5]
 
   uint8_t   b8 [20]
 
h
 
union {
   uint32_t   b32 [16]
 
   uint8_t   b8 [64]
 
m
 

Detailed Description

Definition at line 48 of file sha1.h.

Member Data Documentation

◆ b32

uint32_t sha1_ctxt::b32[16]

Definition at line 53 of file sha1.h.

◆ b64

uint64_t sha1_ctxt::b64[1]

Definition at line 58 of file sha1.h.

◆ b8

uint8_t sha1_ctxt::b8[64]

Definition at line 52 of file sha1.h.

◆ c

union { ... } sha1_ctxt::c

◆ count

uint8_t sha1_ctxt::count

Definition at line 65 of file sha1.h.

◆ h

union { ... } sha1_ctxt::h

◆ m

union { ... } sha1_ctxt::m

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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06