@@ -31,10 +31,15 @@ - (uint8_t*)digest { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } + +- (BOOL)calculated +{ + return calculated; +} @end /* * MD5 */