ObjFW  All files named "src/pbkdf2.m"

History for src/pbkdf2.m

2022-07-15
18:09
Renamed to src/OFPBKDF2.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0
2021-04-25
11:29
Renamed to src/OFPBKDF2.m. Change the naming convention

This follows more closely what most ObjC developers are used to and
hence makes it easier for people coming from the OpenStep world to get
used to ObjFW. check-in: [2b74ff13b0] user: js, branch: trunk, size: 0

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

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

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

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

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