ObjFW  Diff

Differences From Artifact [03022e8a95]:

To Artifact [f6743c94bf]:


28
29
30
31
32
33
34


35
28
29
30
31
32
33
34
35
36
37







+
+

	union {
		uint8_t bytes[64];
		uint32_t words[16];
	} _buffer;
	size_t _bufferLength;
	bool _calculated;
}

- (void)OF_resetState;
@end