ObjFW  Diff

Differences From Artifact [6e69faf3b5]:

To Artifact [88105141d2]:


23
24
25
26
27
28
29
30
31
32
 */
@interface OFSHA1Hash: OFObject <OFHash>
{
	uint32_t _state[5];
	uint64_t _count;
	char	 _buffer[64];
	uint8_t	 _digest[OF_SHA1_DIGEST_SIZE];
	BOOL	 _calculated;
}
@end







|


23
24
25
26
27
28
29
30
31
32
 */
@interface OFSHA1Hash: OFObject <OFHash>
{
	uint32_t _state[5];
	uint64_t _count;
	char	 _buffer[64];
	uint8_t	 _digest[OF_SHA1_DIGEST_SIZE];
	bool	 _calculated;
}
@end