Legacy RIPEMD-160 hashing context (deprecated; prefer EVP_MD APIs).
Declared in <openssl/ripemd.h>
struct RIPEMD160state_st;
| Name | Description |
|---|---|
A | Chaining variables A..E of the RIPEMD-160 compression function. |
B | Chaining variables A..E of the RIPEMD-160 compression function. |
C | Chaining variables A..E of the RIPEMD-160 compression function. |
D | Chaining variables A..E of the RIPEMD-160 compression function. |
E | Chaining variables A..E of the RIPEMD-160 compression function. |
Nh | High 32 bits of the bit-length counter. |
Nl | Low 32 bits of the bit-length counter. |
data | Current message block buffer (RIPEMD160_LBLOCK words). |
num | Number of bytes currently buffered in data toward a full block. |