ObjFW  Diff

Differences From Artifact [81c7fe9aca]:

To Artifact [257314d339]:


28
29
30
31
32
33
34


35
	union {
		uint8_t bytes[64];
		uint32_t words[64];
	} _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[64];
	} _buffer;
	size_t _bufferLength;
	bool _calculated;
}

- (void)OF_resetState;
@end