NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Md5Ctx Struct Reference

Cursor for the MD5 hashing. More...

#include "md5.h"

Data Fields

md5_uint32 A
 Accumulator A.
 
md5_uint32 B
 Accumulator B.
 
md5_uint32 C
 Accumulator C.
 
md5_uint32 D
 Accumulator D.
 
md5_uint32 total [2]
 Total bytes processed.
 
md5_uint32 buflen
 Buffer length.
 
md5_uint32 buffer [32]
 Internal buffer.
 

Detailed Description

Cursor for the MD5 hashing.

Structure to save state of computation between the single steps

Definition at line 36 of file md5.h.

Field Documentation

◆ A

md5_uint32 Md5Ctx::A

Accumulator A.

Definition at line 38 of file md5.h.

◆ B

md5_uint32 Md5Ctx::B

Accumulator B.

Definition at line 39 of file md5.h.

◆ C

md5_uint32 Md5Ctx::C

Accumulator C.

Definition at line 40 of file md5.h.

◆ D

md5_uint32 Md5Ctx::D

Accumulator D.

Definition at line 41 of file md5.h.

◆ total

md5_uint32 Md5Ctx::total[2]

Total bytes processed.

Definition at line 43 of file md5.h.

◆ buflen

md5_uint32 Md5Ctx::buflen

Buffer length.

Definition at line 44 of file md5.h.

◆ buffer

md5_uint32 Md5Ctx::buffer[32]

Internal buffer.

Definition at line 45 of file md5.h.


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