ObjFW  Diff

Differences From Artifact [ad2827a36b]:

To Artifact [f7d1ee4112]:


28
29
30
31
32
33
34


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


@end







>
>

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

- (void)OF_resetState;
@end