ObjFW  All files named "src/scrypt.m"

History for src/scrypt.m

2022-07-15
18:09
Renamed to src/OFScrypt.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/OFScrypt.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/OFScrypt.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: [db71ae8021] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 6882 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:44
of_scrypt_parameters_t -> OFScryptParameters file: [01b47f447c] check-in: [d309195903] user: js, branch: new-naming-convention, size: 6695 [annotate] [blame] [check-ins using] [diff]
16:40
of_pbkdf2_parameters_t -> OFPBKDF2Parameters file: [0a9f393b06] check-in: [a2941ce6a1] user: js, branch: new-naming-convention, size: 6719 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [1396dd3e07] check-in: [374e1a1bfa] user: js, branch: trunk, size: 6729 [annotate] [blame] [check-ins using] [diff]
2020-11-06
02:12
OFData: Make parameter order more consistent file: [b6bce8773e] check-in: [9d74d1b74e] user: js, branch: trunk, size: 6818 [annotate] [blame] [check-ins using] [diff]
2020-06-21
22:08
Move parameters for of_scrypt() to a struct

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

21:30
Move parameters for of_pbkdf2() to a struct

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

2020-01-02
01:51
Update copyright file: [bf0f4f5521] check-in: [c7f0229795] user: js, branch: trunk, size: 6197 [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: [1e18b4aacd] check-in: [e629dc83a9] user: js, branch: trunk, size: 6194 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [ec228bf0de] check-in: [0509d7a844] user: js, branch: trunk, size: 6198 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [92ae50ade6] check-in: [7e5c81e186] user: js, branch: trunk, size: 6192 [annotate] [blame] [check-ins using] [diff]
2017-08-11
20:15
scrypt: Minor code formatting fix file: [0c2ae20612] check-in: [86ad296bec] user: js, branch: trunk, size: 6169 [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: [41ace0d09a] check-in: [4af49a13c3] user: js, branch: trunk, size: 6168 [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: [cb91073b60] check-in: [44f45c2e35] user: js, branch: trunk, size: 6166 [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
scrypt: Add swaps for big endian systems file: [434e17ebe7] check-in: [33b1eb8387] user: js, branch: trunk, size: 6160 [annotate] [blame] [check-ins using] [diff]
15:57
Added: Implement scrypt file: [76cf8287ce] check-in: [dcff33c798] user: js, branch: trunk, size: 6065 [annotate] [blame] [check-ins using]