ObjFW  Diff

Differences From Artifact [f677768429]:

To Artifact [59577d187f]:


28
29
30
31
32
33
34


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

- (void)OF_resetState;
@end