ObjFW  Diff

Differences From Artifact [3d0d4ea8c8]:

To Artifact [709542c883]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
}

/**
 * \return A new autoreleased MD5 Hash
 */
+ md5Hash;

- init;

/**
 * Adds a buffer to the hash to be calculated.
 *
 * \param buf The buffer which should be included into calculation.
 * \param size The size of the buffer
 */
- updateWithBuffer: (const char*)buf







<
<







30
31
32
33
34
35
36


37
38
39
40
41
42
43
}

/**
 * \return A new autoreleased MD5 Hash
 */
+ md5Hash;



/**
 * Adds a buffer to the hash to be calculated.
 *
 * \param buf The buffer which should be included into calculation.
 * \param size The size of the buffer
 */
- updateWithBuffer: (const char*)buf
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
}

/**
 * \return A new autoreleased SHA1 Hash
 */
+ sha1Hash;

- init;

/**
 * Adds a buffer to the hash to be calculated.
 *
 * \param buf The buffer which should be included into calculation.
 * \param size The size of the buffer
 */
- updateWithBuffer: (const char*)buf







<
<







64
65
66
67
68
69
70


71
72
73
74
75
76
77
}

/**
 * \return A new autoreleased SHA1 Hash
 */
+ sha1Hash;



/**
 * Adds a buffer to the hash to be calculated.
 *
 * \param buf The buffer which should be included into calculation.
 * \param size The size of the buffer
 */
- updateWithBuffer: (const char*)buf