NeoMutt  2024-04-16-36-g75b6fb
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
 
md5_uint32 B
 
md5_uint32 C
 
md5_uint32 D
 
md5_uint32 total [2]
 
md5_uint32 buflen
 
md5_uint32 buffer [32]
 

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

Definition at line 38 of file md5.h.

◆ B

md5_uint32 Md5Ctx::B

Definition at line 39 of file md5.h.

◆ C

md5_uint32 Md5Ctx::C

Definition at line 40 of file md5.h.

◆ D

md5_uint32 Md5Ctx::D

Definition at line 41 of file md5.h.

◆ total

md5_uint32 Md5Ctx::total[2]

Definition at line 43 of file md5.h.

◆ buflen

md5_uint32 Md5Ctx::buflen

Definition at line 44 of file md5.h.

◆ buffer

md5_uint32 Md5Ctx::buffer[32]

Definition at line 45 of file md5.h.


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