summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-506/+195
| | | | 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