ObjFW  Diff

Differences From Artifact [4ade11c8e1]:

To Artifact [1aa4d93617]:


29
30
31
32
33
34
35





36
37
38
39
40
41
42
}

- (uint8_t*)digest
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}





@end

/*
 * MD5
 */

/* The four MD5 core functions - F1 is optimized somewhat */







>
>
>
>
>







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
}

- (uint8_t*)digest
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- (BOOL)calculated
{
	return calculated;
}
@end

/*
 * MD5
 */

/* The four MD5 core functions - F1 is optimized somewhat */