ObjFW  Diff

Differences From Artifact [d13d87a9f5]:

To Artifact [468a3cb6e2]:


28
29
30
31
32
33
34


35
	union {
		uint8_t bytes[128];
		uint64_t words[80];
	} _buffer;
	size_t _bufferLength;
	bool _calculated;
}


@end







>
>

28
29
30
31
32
33
34
35
36
37
	union {
		uint8_t bytes[128];
		uint64_t words[80];
	} _buffer;
	size_t _bufferLength;
	bool _calculated;
}

- (void)OF_resetState;
@end