summaryrefslogtreecommitdiff
path: root/src/scrypt.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-15src/scrypt.go: Wrap usage text in a Gettext() callEuAndreh7-25/+31
2025-05-15src/scrypt.go: Improve CLI handling, add tests alongsideEuAndreh6-29/+187
2025-05-15rm -rf tests/functional/version/EuAndreh3-23/+0
2025-05-15Setup i18n with gotext(0)EuAndreh21-38/+363
2025-05-04Make: Use $< over $?EuAndreh1-1/+1
2025-01-16Makefile: keep symlinks in "install" targetEuAndreh1-1/+1
2024-11-08Revert "Makefile: Use lddeps(1) for library dependencies"EuAndreh2-7/+2
This reverts commit 02862d9d64e830e4a3a7e5826fc10cc63c90cd89.
2024-11-03Makefile: Use lddeps(1) for library dependenciesEuAndreh2-2/+7
2024-10-29.gitignore: Simple reorderEuAndreh1-1/+1
2024-10-29Makefile: Simplify time file generation on bench taget dependenciesEuAndreh1-2/+1
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-19Makefile: Normalize .go.a: .SUFFIXES ruleEuAndreh1-1/+3
2024-10-19src/scrypt.go: Create HashInput and CheckInput for named argumentsEuAndreh5-28/+87
2024-10-18Remove Go code in favor of upstream libscrypt-kdfEuAndreh9-508/+197
Adapt build to handle cgo shenanigans.
2024-10-18Add baseline functional test, fuzz target and benchmarkEuAndreh10-23/+199
2024-10-17Makefile: Add suport for functional tests, fuzzing and benchmarksEuAndreh1-37/+51
2024-10-17Remove panicky codeEuAndreh3-38/+47
2024-09-30tests/scrypt.go: Depend on gobangEuAndreh1-97/+45
2024-09-30Add noop mkdeps.sh and empty deps.mk fileEuAndreh3-0/+8
2024-09-28src/scrypt.go: Rename XxxError to ErrXxxEuAndreh2-10/+10
2024-09-28src/scrypt.go: Remove "scrypt" prefix from constsEuAndreh2-16/+14
2024-09-28Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-13Init: copy code from gobangEuAndreh10-0/+1281