Sha1Context Struct Reference
SHA-1 algorithm context. More...
#include <sha1.h>
Data Fields | |
uint32_t | h [5] |
union { | |
uint32_t w [16] | |
uint8_t buffer [64] | |
}; | |
size_t | size |
uint64_t | totalSize |
Detailed Description
Field Documentation
◆ @1
union { ... } |
◆ buffer
◆ h
◆ size
◆ totalSize
◆ w
The documentation for this struct was generated from the following file:
- cyclone_crypto/hash/sha1.h