SHA512_Transform

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

NameDescription
cSHA-512 context whose state is updated.
dataExactly SHA512_CBLOCK bytes of input.