26 #include <gnutls/crypto.h>
87 gnutls_hash_output (ctx->
handle, digest);
#define SHA256_DIGEST_SIZE
void MHD_SHA256_deinit(struct Sha256CtxExt *ctx)
void MHD_SHA256_finish_reset(struct Sha256CtxExt *ctx, uint8_t digest[SHA256_DIGEST_SIZE])
void MHD_SHA256_update(struct Sha256CtxExt *ctx, const uint8_t *data, size_t length)
void MHD_SHA256_init_one_time(struct Sha256CtxExt *ctx)
Wrapper for SHA-256 calculation performed by TLS library.
struct hash_hd_st * handle