@@ -29,11 +29,11 @@ #import "OFSHA512Hash.h" int _OFData_CryptoHashing_reference; @implementation OFData (CryptoHashing) -- (OFString *)of_cryptoHashWithClass: (Class )class +- (OFString *)of_cryptoHashWithClass: (Class )class OF_DIRECT { void *pool = objc_autoreleasePoolPush(); id hash = [class cryptoHashWithAllowsSwappableMemory: true]; size_t digestSize = [class digestSize];