summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add switch for picking number of parallel fuzz workersHEADmainEuAndreh2025-05-271-1/+2
|
* meta.capim: Add with :dependencies keyEuAndreh2025-05-231-0/+8
|
* src/scrypt.go: Wrap usage text in a Gettext() callEuAndreh2025-05-157-25/+31
|
* src/scrypt.go: Improve CLI handling, add tests alongsideEuAndreh2025-05-156-29/+187
|
* rm -rf tests/functional/version/EuAndreh2025-05-153-23/+0
|
* Setup i18n with gotext(0)EuAndreh2025-05-1521-38/+363
|
* Make: Use $< over $?EuAndreh2025-05-041-1/+1
|
* Makefile: keep symlinks in "install" targetEuAndreh2025-01-161-1/+1
|
* Revert "Makefile: Use lddeps(1) for library dependencies"EuAndreh2024-11-082-7/+2
| | | | This reverts commit 02862d9d64e830e4a3a7e5826fc10cc63c90cd89.
* Makefile: Use lddeps(1) for library dependenciesEuAndreh2024-11-032-2/+7
|
* .gitignore: Simple reorderEuAndreh2024-10-291-1/+1
|
* Makefile: Simplify time file generation on bench taget dependenciesEuAndreh2024-10-291-2/+1
|
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
|
* Makefile: Normalize .go.a: .SUFFIXES ruleEuAndreh2024-10-191-1/+3
|
* src/scrypt.go: Create HashInput and CheckInput for named argumentsEuAndreh2024-10-195-28/+87
|
* Remove Go code in favor of upstream libscrypt-kdfEuAndreh2024-10-189-508/+197
| | | | Adapt build to handle cgo shenanigans.
* Add baseline functional test, fuzz target and benchmarkEuAndreh2024-10-1810-23/+199
|
* Makefile: Add suport for functional tests, fuzzing and benchmarksEuAndreh2024-10-171-37/+51
|
* Remove panicky codeEuAndreh2024-10-173-38/+47
|
* tests/scrypt.go: Depend on gobangEuAndreh2024-09-301-97/+45
|
* Add noop mkdeps.sh and empty deps.mk fileEuAndreh2024-09-303-0/+8
|
* src/scrypt.go: Rename XxxError to ErrXxxEuAndreh2024-09-282-10/+10
|
* src/scrypt.go: Remove "scrypt" prefix from constsEuAndreh2024-09-282-16/+14
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-281-1/+1
|
* Init: copy code from gobangEuAndreh2024-09-1310-0/+1281
|
* Initial empty commitEuAndreh2024-09-130-0/+0