summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-16Makefile: keep symlinks in "install" targetEuAndreh1-1/+1
2024-11-08Revert "Makefile: Use lddeps(1) for library dependencies"EuAndreh2-7/+2
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-506/+195
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