Loading...
Searching...
No Matches
md5_ctx_t Struct Reference

MD5 calculation context. More...

Detailed Description

MD5 calculation context.

Definition at line 72 of file md5.h.

#include <md5.h>

Data Fields

uint32_t len
 overall number of bytes processed
 
uint32_t abcd [4]
 virtual registers for hash calculation
 
int b_used
 number of bytes used in the current block
 
uint8_t block [64]
 one block is calculated at a time
 

Field Documentation

◆ abcd

uint32_t md5_ctx_t::abcd[4]

virtual registers for hash calculation

Definition at line 74 of file md5.h.

◆ b_used

int md5_ctx_t::b_used

number of bytes used in the current block

Definition at line 75 of file md5.h.

◆ block

uint8_t md5_ctx_t::block[64]

one block is calculated at a time

Definition at line 76 of file md5.h.

◆ len

uint32_t md5_ctx_t::len

overall number of bytes processed

Definition at line 73 of file md5.h.


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