#include "Util/Types.H"
Go to the source code of this file.
Classes | |
struct | sha1_context |
Functions | |
void | sha1_starts (sha1_context *ctx) |
void | sha1_update (sha1_context *ctx, const byte *input, uint32 length) |
void | sha1_finish (sha1_context *ctx, byte digest[20]) |
general sha1 (160-bit) message-digest implementation
Definition in file sha1.H.