ObjFW  Diff

Differences From Artifact [0764c2c77a]:

To Artifact [9d73a3e0b8]:


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

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

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







|

|


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

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

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