ObjFW  History of src/pbkdf2.m of 9f6fa13edf82d6cc

History of the file that is called src/pbkdf2.m at check-in 9f6fa13edf82d6cc

2024-04-03
02:16
[379dcfcbbf] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3363) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[fe93b27f28] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3155) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[85eb66fd93] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 3155) [annotate] [blame] [check-ins using] [diff]
2022-03-25
10:22
[cca92e4a20] part of check-in [82801897d3] OFCryptographicHash: Add -[calculate]

Before, -[digest] would do the final calculation, however, this would
mean a property modifies state, which is bad. (check-in: [82801897d3] user: js, branch: trunk, size: 3155) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[b45f589efb] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3100) [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Renamed src/pbkdf2.m → src/OFPBKDF2.m. [dc320d6211] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 3100) [annotate] [blame] [check-ins using] [diff]
15:55
[6494b10589] part of check-in [7392685ffc] Rename all functions in macros.h (check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 3099) [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:40
[f0a1f23d5e] part of check-in [a2941ce6a1] of_pbkdf2_parameters_t -> OFPBKDF2Parameters (check-in: [a2941ce6a1] user: js, branch: new-naming-convention, size: 3100) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[11ab09dd1b] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3105) [annotate] [blame] [check-ins using] [diff]
2020-06-21
21:30
[ae8f98e1e6] part of check-in [b9641347e3] Move parameters for of_pbkdf2() to a struct

This should make it more readable for such a large number of parameters. (check-in: [b9641347e3] user: js, branch: trunk, size: 3194) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[7bd85babf9] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 3128) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[7efc688caa] 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: 3125) [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
[8a2fd39e02] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2932) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[ba13c01e7e] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2925) [annotate] [blame] [check-ins using] [diff]
2018-04-08
22:56
[6466d1abf3] part of check-in [a60d291359] pbkdf2: Make use of the new OFSecureData (check-in: [a60d291359] user: js, branch: trunk, size: 2919) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[94e87aa2d2] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2694) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[3d1ad1cc1a] 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: 2671) [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
[9f2303e3be] part of check-in [dcff33c798] Implement scrypt (check-in: [dcff33c798] user: js, branch: trunk, size: 2665) [annotate] [blame] [check-ins using] [diff]
2016-07-25
22:30
Added: [e70bcecc17] part of check-in [49d1987eaf] Implement PBKDF2 (check-in: [49d1987eaf] user: js, branch: trunk, size: 2648) [annotate] [blame] [check-ins using]