@@ -18,10 +18,22 @@ #import "OFHash.h" #import "OFExceptions.h" @implementation OFHash ++ (size_t)digestSize +{ + @throw [OFNotImplementedException newWithClass: self + selector: _cmd]; +} + ++ (size_t)blockSize +{ + @throw [OFNotImplementedException newWithClass: self + selector: _cmd]; +} + - (void)updateWithBuffer: (const char*)buffer ofSize: (size_t)size { @throw [OFNotImplementedException newWithClass: isa selector: _cmd];