ObjFW  Diff

Differences From Artifact [6473ae53f6]:

To Artifact [1c2aa1b471]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * The OFMD5Hash class provides functions to create an MD5 hash.
 */
@interface OFMD5Hash: OFObject
{
	uint32_t buf[4];
	uint32_t bits[2];
	char	 in[64];

	BOOL	 calculated;
}

/**
 * \return A new autoreleased MD5 Hash
 */







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * The OFMD5Hash class provides functions to create an MD5 hash.
 */
@interface OFMD5Hash: OFObject
{
	uint32_t buf[4];
	uint32_t bits[2];
	uint8_t	 in[64];

	BOOL	 calculated;
}

/**
 * \return A new autoreleased MD5 Hash
 */