@@ -20,16 +20,16 @@ @class OFString; #ifdef __cplusplus extern "C" { #endif -extern int _OFData_CryptoHashing_reference; +extern int _OFData_CryptographicHashing_reference; #ifdef __cplusplus } #endif -@interface OFData (CryptoHashing) +@interface OFData (CryptographicHashing) /** * @brief The MD5 hash of the data as a string. */ @property (readonly, nonatomic) OFString *stringByMD5Hashing;