RIPEMD160_Transform

Process one 64-byte RIPEMD-160 block into the context chaining state (deprecated).

Synopsis

Declared in <openssl/ripemd.h>

[[deprecated]]
void
RIPEMD160_Transform(
    RIPEMD160_CTX* c,
    unsigned char const* b);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
cContext whose A..E state is updated.
b64-byte message block in the RIPEMD-160 input layout.