Process one 64-byte RIPEMD-160 block into the context chaining state (deprecated).
Declared in <openssl/ripemd.h>
[[deprecated]]
void
RIPEMD160_Transform(
RIPEMD160_CTX* c,
unsigned char const* b);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| c | Context whose A..E state is updated. |
| b | 64-byte message block in the RIPEMD-160 input layout. |