ObjFW  Diff

Differences From Artifact [5f584d8a06]:

To Artifact [a3d9e07296]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "config.h"

#import "OFHash.h"

#import "OFNotImplementedException.h"

@implementation OFHash
+ hash
{
	return [[[self alloc] init] autorelease];
}

+ (size_t)digestSize
{
	@throw [OFNotImplementedException exceptionWithClass: self







|







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "config.h"

#import "OFHash.h"

#import "OFNotImplementedException.h"

@implementation OFHash
+ (instancetype)hash
{
	return [[[self alloc] init] autorelease];
}

+ (size_t)digestSize
{
	@throw [OFNotImplementedException exceptionWithClass: self