@@ -31,11 +31,18 @@ * @return The MD5 hash of the string as an autoreleased OFString */ - (OFString*)MD5Hash; /*! - * @brief Returns the SHA1 hash of the string as an autoreleased OFString. + * @brief Returns the SHA-1 hash of the string as an autoreleased OFString. * - * @return The SHA1 hash of the string as an autoreleased OFString + * @return The SHA-1 hash of the string as an autoreleased OFString */ - (OFString*)SHA1Hash; + +/*! + * @brief Returns the SHA-256 hash of the string as an autoreleased OFString. + * + * @return The SHA-256 hash of the string as an autoreleased OFString + */ +- (OFString*)SHA256Hash; @end