Sha1Context Struct Reference

SHA-1 algorithm context. More...

#include <sha1.h>

Data Fields

union {
   uint32_t   h [5]
 
   uint8_t   digest [20]
 
}; 
 
union {
   uint32_t   w [16]
 
   uint8_t   buffer [64]
 
}; 
 
size_t size
 
uint64_t totalSize
 

Detailed Description

SHA-1 algorithm context.

Definition at line 61 of file sha1.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ buffer

uint8_t buffer[64]

Definition at line 71 of file sha1.h.

◆ digest

uint8_t digest[20]

Definition at line 66 of file sha1.h.

◆ h

uint32_t h[5]

Definition at line 65 of file sha1.h.

◆ size

size_t size

Definition at line 73 of file sha1.h.

◆ totalSize

uint64_t totalSize

Definition at line 74 of file sha1.h.

◆ w

uint32_t w[16]

Definition at line 70 of file sha1.h.


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