ObjFW  Diff

Differences From Artifact [b9ba1a51a3]:

To Artifact [51a74f2d37]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#endif

/**
 * \brief Creates a new hash.
 *
 * \return A new autoreleased OFHash
 */
+ hash;

/**
 * \brief Returns the digest size of the hash, in bytes.
 *
 * \return The digest size of the hash, in bytes
 */
+ (size_t)digestSize;







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#endif

/**
 * \brief Creates a new hash.
 *
 * \return A new autoreleased OFHash
 */
+ (instancetype)hash;

/**
 * \brief Returns the digest size of the hash, in bytes.
 *
 * \return The digest size of the hash, in bytes
 */
+ (size_t)digestSize;