History of file src/OFDataArray+CryptoHashing.m at check-in 4af49a13c3efca34
2017-07-22
| ||
20:50 | Deleted: Split OFDataArray into OFData and OFMutableData check-in: [c8f7b90082] user: js, branch: trunk, size: 0 | |
2017-05-21
| ||
21:28 |
Prefix private methods with of_ instead of OF_
This matches Apple's style. file: [7a19dd94a4] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 2315 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [07e9d87070] check-in: [4af49a13c3] user: js, branch: trunk, size: 2315 [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 | |
2016-07-24
| ||
12:14 |
-[OFCryptoHash digest]: uint8_t -> unsigned char
While in practice they are usually the same, the C standard says that | |
00:06 |
Added:
Rename OFHash to OFCryptoHash
OFHash is too generic, as this protocol is for cryptographic hashes. It | |