#include "../defs.h"
Include dependency graph for rmd160.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | RMD160_CTX |
Defines | |
#define | RMD160_BLOCK_LENGTH 64 |
#define | RMD160_DIGEST_LENGTH 20 |
#define | RMD160_DIGEST_STRING_LENGTH (RMD160_DIGEST_LENGTH * 2 + 1) |
Functions | |
__BEGIN_DECLS void RMD160_Init | _ ((RMD160_CTX *)) |
void RMD160_Transform | _ ((uint32_t[5], const uint32_t[16])) |
void RMD160_Update | _ ((RMD160_CTX *, const uint8_t *, size_t)) |
void RMD160_Finish | _ ((RMD160_CTX *, uint8_t[20])) |
#define RMD160_DIGEST_STRING_LENGTH (RMD160_DIGEST_LENGTH * 2 + 1) |
void RMD160_Finish _ | ( | (RMD160_CTX *, uint8_t[20]) | ) |
void RMD160_Update _ | ( | (RMD160_CTX *, const uint8_t *, size_t) | ) |
__BEGIN_DECLS void RMD160_Init _ | ( | (RMD160_CTX *) | ) |