ObjFW  Diff

Differences From Artifact [483543b630]:

To Artifact [a9b4a2c9de]:


28
29
30
31
32
33
34


35
36
37
38
	union {
		uint8_t	u8[64];
		uint32_t u32[16];
	} in;
}

/**


 * \return A new autoreleased MD5 Hash
 */
+ MD5Hash;
@end







>
>
|



28
29
30
31
32
33
34
35
36
37
38
39
40
	union {
		uint8_t	u8[64];
		uint32_t u32[16];
	} in;
}

/**
 * \brief Creates a new OFMD5Hash.
 *
 * \return A new autoreleased OFMD5Hash
 */
+ MD5Hash;
@end