Process one SHA‐512 block into c (deprecated low‐level primitive).

Synopsis

Declared in <openssl/sha.h>

[[deprecated]]
void
SHA512_Transform(
    SHA512_CTX* c,
    unsigned char const* data);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

c

SHA‐512 context whose state is updated.

data

Exactly SHA512_CBLOCK bytes of input.

Created with MrDocs