ObjFW  Diff

Differences From Artifact [833fa196ed]:

To Artifact [d2206bf3cb]:


25
26
27
28
29
30
31
32
33
34
{
	uint32_t _buffer[4];
	uint32_t _bits[2];
	union {
		uint8_t	u8[64];
		uint32_t u32[16];
	} _in;
	BOOL _calculated;
}
@end







|


25
26
27
28
29
30
31
32
33
34
{
	uint32_t _buffer[4];
	uint32_t _bits[2];
	union {
		uint8_t	u8[64];
		uint32_t u32[16];
	} _in;
	bool _calculated;
}
@end