#include "Util/Types.H"
Go to the source code of this file.
Classes | |
struct | sha256_context |
Functions | |
void | sha256_starts (sha256_context *ctx) |
void | sha256_update (sha256_context *ctx, const byte *input, uint32 length) |
void | sha256_finish (sha256_context *ctx, byte digest[32]) |
general sha2 (256-bit) message-digest implementation
Definition in file sha2.H.