
Classes | |
| struct | sha256_context |
Defines | |
| #define | uint8 unsigned char |
| #define | uint32 unsigned long int |
Functions | |
| void | sha256_starts (sha256_context *ctx) |
| void | sha256_update (sha256_context *ctx, unsigned char *input, unsigned long int length) |
| void | sha256_finish (sha256_context *ctx, unsigned char digest[32]) |
| #define uint8 unsigned char |
| #define uint32 unsigned long int |
| void sha256_starts | ( | sha256_context * | ctx | ) |
| void sha256_update | ( | sha256_context * | ctx, | |
| unsigned char * | input, | |||
| unsigned long int | length | |||
| ) |
| void sha256_finish | ( | sha256_context * | ctx, | |
| unsigned char | digest[32] | |||
| ) |
1.5.7.1