SHA256Final
SHA256Final(ctx->key, &ctx->ctx);
SHA256Final(digest, &ctx->ctx);
void SHA256Final(u_int8_t[SHA256_DIGEST_LENGTH], SHA2_CTX *)