Ripemd160Context Struct Reference

RIPEMD-160 algorithm context. More...

#include <ripemd160.h>

Data Fields

uint32_t h [5]
 
union {
   uint32_t   x [16]
 
   uint8_t   buffer [64]
 
}; 
 
size_t size
 
uint64_t totalSize
 

Detailed Description

RIPEMD-160 algorithm context.

Definition at line 56 of file ripemd160.h.

Field Documentation

◆ @1

union { ... }

◆ buffer

uint8_t buffer[64]

Definition at line 62 of file ripemd160.h.

◆ h

uint32_t h[5]

Definition at line 58 of file ripemd160.h.

◆ size

size_t size

Definition at line 64 of file ripemd160.h.

◆ totalSize

uint64_t totalSize

Definition at line 65 of file ripemd160.h.

◆ x

uint32_t x[16]

Definition at line 61 of file ripemd160.h.


The documentation for this struct was generated from the following file: