ObjFW  History of src/OFSHA384Or512Hash.h of 53efa86ce89fa988

History of the file that is called src/OFSHA384Or512Hash.h at check-in 53efa86ce89fa988

2024-04-03
02:16
[66ab5358ed] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1343) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[7d6e3a012c] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1135) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[25ed98a55b] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1135) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[889dffbb99] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1135) [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
[e05082b6ff] part of check-in [458420998c] Rename a few more constants (check-in: [458420998c] user: js, branch: new-naming-convention, size: 1135) [annotate] [blame] [check-ins using] [diff]
21:07
[825cb3a856] part of check-in [c81086beeb] Rename all struct of_* (check-in: [c81086beeb] user: js, branch: new-naming-convention, size: 1164) [annotate] [blame] [check-ins using] [diff]
2021-04-07
21:14
[a9ade386ad] part of check-in [2969086342] Rename OFCryptoHash -> OFCryptographicHash (check-in: [2969086342] user: js, branch: trunk, size: 1192) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[f783b37416] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1178) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[2b8816dd44] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 1267) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[24a731b598] part of check-in [ef614a225d] Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. (check-in: [ef614a225d] user: js, branch: trunk, size: 1267) [annotate] [blame] [check-ins using] [diff]

2020-04-19
14:52
[e5381155b9] part of check-in [e0459c419c] Reduce usage of unions (check-in: [e0459c419c] user: js, branch: trunk, size: 1248) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[b0f0d3732f] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1242) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[e24eeb0338] part of check-in [e629dc83a9] OFSecureData: Add allowsSwappableMemory property

With this property, it's possible to specify whether the memory should
be protected from swapping or not. This makes it easier for e.g. the
crypto hash classes: They can now just always use OFSecureData without
wasting unswappable memory if it's not needed. (check-in: [e629dc83a9] user: js, branch: trunk, size: 1239) [annotate] [blame] [check-ins using] [diff]

2019-09-29
20:53
[10ea7023d1] part of check-in [e0a330b377] Reduce ivar scopes (check-in: [e0a330b377] user: js, branch: trunk, size: 1209) [annotate] [blame] [check-ins using] [diff]
19:35
[835b1d3d02] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 1180) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[da5458033a] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1159) [annotate] [blame] [check-ins using] [diff]
2018-04-07
20:05
[9c753764f8] part of check-in [a5006f1d31] OF*Hash: Make use of the new OFSecureData (check-in: [a5006f1d31] user: js, branch: trunk, size: 1153) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[b64a6668e5] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1052) [annotate] [blame] [check-ins using] [diff]
2017-05-21
21:28
[557203084b] part of check-in [6b77a5dd8b] Prefix private methods with of_ instead of OF_

This matches Apple's style. (check-in: [6b77a5dd8b] user: js, branch: trunk, size: 1029) [annotate] [blame] [check-ins using] [diff]

2017-04-02
16:02
[cfc249c62f] part of check-in [35934a9594] Avoid the anonymous namespace for ObjC++ with GCC (check-in: [35934a9594] user: js, branch: trunk, size: 1053) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[a479ed6cf0] part of check-in [44f45c2e35] Update copyright

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

2016-07-24
00:06
[7857c565bc] part of check-in [951f530aee] 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. (check-in: [951f530aee] user: js, branch: trunk, size: 1017) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[f3c6e027c1] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 1005) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[5aec9e9b8a] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 1001) [annotate] [blame] [check-ins using] [diff]
2015-02-01
00:47
[468a3cb6e2] part of check-in [7c27db9fe0] Add -[OFHash reset]

This is useful to calculate many hashes without allocating new objects. (check-in: [7c27db9fe0] user: js, branch: trunk, size: 953) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[d13d87a9f5] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 929) [annotate] [blame] [check-ins using] [diff]
2014-09-03
15:46
Added: [8ae53ec361] part of check-in [23f6c0f84d] Add OFSHA384Hash and OFSHA512Hash (check-in: [23f6c0f84d] user: js, branch: trunk, size: 923) [annotate] [blame] [check-ins using]