libfortuna  1
FortunalibraryfunctionsextractedfromPostgreSQLsource
 All Data Structures Files Functions Variables Typedefs Macros
sha1_ctxt Struct Reference

#include <sha1.h>

Data Fields

union {
   uint8   b8 [20]
 
   uint32   b32 [5]
 
h
 
union {
   uint8   b8 [8]
 
   uint64   b64 [1]
 
c
 
union {
   uint8   b8 [64]
 
   uint32   b32 [16]
 
m
 
uint8 count
 

Field Documentation

uint32 sha1_ctxt::b32[16]
uint64 sha1_ctxt::b64[1]
uint8 sha1_ctxt::b8[64]
union { ... } sha1_ctxt::c
uint8 sha1_ctxt::count
union { ... } sha1_ctxt::h
union { ... } sha1_ctxt::m

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