@@ -17,11 +17,11 @@ #import "OFHash.h" /*! * @class OFSHA1Hash OFSHA1Hash.h ObjFW/OFSHA1Hash.h * - * @brief A class which provides functions to create an SHA1 hash. + * @brief A class which provides functions to create an SHA-1 hash. */ @interface OFSHA1Hash: OFObject { uint32_t _state[5]; uint64_t _bits;