ObjFW  All files named "src/OFDataArray+CryptoHashing.h"

History for src/OFDataArray+CryptoHashing.h

2017-07-22
20:50
Deleted: Split OFDataArray into OFData and OFMutableData check-in: [c8f7b90082] user: js, branch: trunk, size: 0
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [f47c276d77] check-in: [4af49a13c3] user: js, branch: trunk, size: 2207 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [ea6c2c832e] check-in: [44f45c2e35] user: js, branch: trunk, size: 2200 [annotate] [blame] [check-ins using] [diff]

2016-07-24
00:06
Added: Rename OFHash to OFCryptoHash

OFHash is too generic, as this protocol is for cryptographic hashes. It
also solves the ambiguity of the +[hash] method (which is now
+[cryptoHash]), which conflicted with -[hash] on the class itself,
resulting in classes conforming to OFHash not being able to be used as a
key in an OFDictionary. file: [325a4866db] check-in: [951f530aee] user: js, branch: trunk, size: 2194 [annotate] [blame] [check-ins using]