@@ -16,11 +16,11 @@ #define OF_SHA1_DIGEST_SIZE 20 extern int _OFHashing_reference; /** - * The OFMD5Hash class provides functions to create an MD5 hash. + * \brief A class which provides functions to create an MD5 hash. */ @interface OFMD5Hash: OFObject { uint32_t buf[4]; uint32_t bits[2]; @@ -49,11 +49,11 @@ */ - (uint8_t*)digest; @end /** - * The OFSHA1Hash class provides functions to create an SHA1 hash. + * \brief A class which provides functions to create an SHA1 hash. */ @interface OFSHA1Hash: OFObject { uint32_t state[5]; uint64_t count;