@@ -24,10 +24,15 @@ uint8_t in[64]; BOOL calculated; } +/** + * \return A new autoreleased MD5 Hash + */ ++ md5Hash; + - init; /** * Adds a buffer to the hash to be calculated. * @@ -55,10 +60,15 @@ uint8_t digest[SHA1_DIGEST_SIZE]; BOOL calculated; } +/** + * \return A new autoreleased SHA1 Hash + */ ++ sha1Hash; + - init; /** * Adds a buffer to the hash to be calculated. *