ObjFW  All files named "tests/ScryptTests.m"

History for tests/ScryptTests.m

2022-07-15
18:09
Renamed to tests/OFScryptTests.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0
2021-05-09
14:45
Renamed to tests/OFScryptTests.m. Merge trunk into branch "amiga-library"

All necessary changes to adjust for the changes made in trunk are
included in the merge commit. check-in: [3c88df0ce4] user: js, branch: amiga-library, size: 0

2021-05-08
23:22
Renamed to tests/OFScryptTests.m. tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. check-in: [14f1e22d79] user: js, branch: trunk, size: 0

2021-04-17
16:44
of_scrypt_parameters_t -> OFScryptParameters file: [dc5f2613fe] check-in: [d309195903] user: js, branch: new-naming-convention, size: 9484 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [c3d319d11a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 9511 [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: [b2b1c50b4e] check-in: [63f5276b33] user: js, branch: trunk, size: 9600 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [dc13eea305] check-in: [c7f0229795] user: js, branch: trunk, size: 8418 [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: [970ef4d90d] check-in: [e629dc83a9] user: js, branch: trunk, size: 8415 [annotate] [blame] [check-ins using] [diff]

2019-09-29
15:58
Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. file: [f9dfdefc9d] check-in: [09be825f88] user: js, branch: trunk, size: 8391 [annotate] [blame] [check-ins using] [diff]

2019-02-17
22:44
tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. file: [30690c0cdc] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 8393 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [efc413de7e] check-in: [0509d7a844] user: js, branch: trunk, size: 8465 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [47143e43f2] check-in: [7e5c81e186] user: js, branch: trunk, size: 8459 [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: [1b8de25397] check-in: [4af49a13c3] user: js, branch: trunk, size: 8436 [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: [c36f9bdb93] check-in: [44f45c2e35] user: js, branch: trunk, size: 8432 [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
Added: Implement scrypt file: [83ea9a5297] check-in: [dcff33c798] user: js, branch: trunk, size: 8426 [annotate] [blame] [check-ins using]