naev 0.12.6
md5_state_t Struct Reference

Define the state of the MD5 Algorithm. More...

#include <md5.h>

Data Fields

md5_word_t count [2]
md5_word_t abcd [4]
md5_byte_t buf [64]

Detailed Description

Define the state of the MD5 Algorithm.

Definition at line 73 of file md5.h.

Field Documentation

◆ abcd

md5_word_t md5_state_t::abcd[4]

digest buffer

Definition at line 75 of file md5.h.

◆ buf

md5_byte_t md5_state_t::buf[64]

accumulate block

Definition at line 76 of file md5.h.

◆ count

md5_word_t md5_state_t::count[2]

message length in bits, lsw first

Definition at line 74 of file md5.h.


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