#include <SHA1.h>
|
| union { |
| uint8_t buffer [64] |
| |
| uint32_t w [16] |
| |
| }; | |
| |
| uint32_t | h [5] |
| |
| unsigned int | size |
| |
| unsigned int | total |
| |
Definition at line 39 of file SHA1.h.
| uint8_t SHA_CTX_S::buffer[64] |
| unsigned int SHA_CTX_S::size |
| unsigned int SHA_CTX_S::total |
| uint32_t SHA_CTX_S::w[16] |
The documentation for this struct was generated from the following file: