Go to the source code of this file.
Data Structures | |
struct | SHA_CTX |
Functions | |
void | shaInit (SHA_CTX *ctx) |
void | shaUpdate (SHA_CTX *ctx, unsigned char *dataIn, int len) |
void | shaFinal (SHA_CTX *ctx, unsigned char hashout[20]) |
void | shaBlock (unsigned char *dataIn, int len, unsigned char hashout[20]) |
void | shahash_r (const char *, char[41]) |
Calculate the SHA of a string. |
Definition in file sha.h.
|
Calculate the SHA of a string.
|