Overview
Comment: | Move parameters for of_scrypt() to a struct
This should make it more readable for such a large number of parameters. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
63f5276b3370925ae4c8decb5f6fbf10 |
User & Date: | js on 2020-06-21 22:08:00 |
Other Links: | manifest | tags |
Context
2020-06-21
| ||
22:12 | Makefile: Add docs target check-in: 2dd5d682eb user: js tags: trunk | |
22:08 | Move parameters for of_scrypt() to a struct check-in: 63f5276b33 user: js tags: trunk | |
21:30 | Move parameters for of_pbkdf2() to a struct check-in: b9641347e3 user: js tags: trunk | |
Changes
Modified src/pbkdf2.h from [139e147fae] to [ca3cc52cca]. [diff]
Modified src/scrypt.h from [73098e0bc6] to [2a97d56e0e]. [diff]
Modified src/scrypt.m from [42e8413fd6] to [163ddcc8f1]. [diff]
Modified tests/PBKDF2Tests.m from [f87038c7c8] to [1bccd3d759]. [diff]
Modified tests/ScryptTests.m from [dc13eea305] to [b2b1c50b4e]. [diff]