ObjFW  Diff

Differences From Artifact [95439e160f]:

To Artifact [a6c35b82ad]:


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

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







<
<
<
<
<
<
<

26
27
28
29
30
31
32







33
	uint32_t buffer[4];
	uint32_t bits[2];
	union {
		uint8_t	u8[64];
		uint32_t u32[16];
	} in;
}







@end