ObjFW  Diff

Differences From Artifact [ca899bde17]:

To Artifact [b512b356a3]:


24
25
26
27
28
29
30
31
32
33
34
35
36
24
25
26
27
28
29
30





31







-
-
-
-
-

@interface OFSHA1Hash: OFHash
{
	uint32_t state[5];
	uint64_t count;
	char	 buffer[64];
	uint8_t	 digest[OF_SHA1_DIGEST_SIZE];
}

/**
 * \return A new autoreleased SHA1 Hash
 */
+ SHA1Hash;
@end