GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Attributes
md5_state_s Struct Reference

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

Detailed Description

Define the state of the MD5 Algorithm.

#include <md5_aladdin_.h>

Public Attributes

md5_word_t count [2]
 message length in bits, lsw first
 
md5_word_t abcd [4]
 digest buffer
 
md5_byte_t buf [64]
 accumulate block
 

Member Data Documentation

◆ abcd

md5_word_t md5_state_s::abcd[4]

digest buffer

◆ buf

md5_byte_t md5_state_s::buf[64]

accumulate block

◆ count

md5_word_t md5_state_s::count[2]

message length in bits, lsw first


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