Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
RIPEMD160, RIPEMD160_Init, RIPEMD160_Update, RIPEMD160_Final — RIPEMD-160 hash functionSYNOPSIS
#include <openssl/ripemd.h>RIPEMD160(const unsigned char *d, unsigned long n, unsigned char *md);
RIPEMD160_Init(RIPEMD160_CTX *c);
RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, unsigned long len);
RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c);
DESCRIPTION
RIPEMD-160 is a cryptographic hash function with a 160-bit output.bytes at
data).RETURN VALUES
RIPEMD160() returns a pointer to the hash value.STANDARDS
ISO/IEC 10118-3:2004/Cor 1:2011 Hash-functions — Part 3: Dedicated hash-functions Clause 7: RIPEMD-160