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
Name |
Description |
c |
Context whose A..E state is updated. |
b |
64‐byte message block in the RIPEMD‐160 input layout. |
Created with MrDocs