| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-10-29 | Makefile: Prioritize local version when building and linking | EuAndreh | 1 | -2/+2 |
| 2024-10-19 | Makefile: Normalize .go.a: .SUFFIXES rule | EuAndreh | 1 | -1/+3 |
| 2024-10-19 | src/scrypt.go: Create HashInput and CheckInput for named arguments | EuAndreh | 5 | -28/+87 |
| 2024-10-18 | Remove Go code in favor of upstream libscrypt-kdf | EuAndreh | 9 | -506/+195 |
| 2024-10-18 | Add baseline functional test, fuzz target and benchmark | EuAndreh | 10 | -23/+199 |
| 2024-10-17 | Makefile: Add suport for functional tests, fuzzing and benchmarks | EuAndreh | 1 | -37/+51 |
| 2024-10-17 | Remove panicky code | EuAndreh | 3 | -38/+47 |
| 2024-09-30 | tests/scrypt.go: Depend on gobang | EuAndreh | 1 | -97/+45 |
| 2024-09-30 | Add noop mkdeps.sh and empty deps.mk file | EuAndreh | 3 | -0/+8 |
| 2024-09-28 | src/scrypt.go: Rename XxxError to ErrXxx | EuAndreh | 2 | -10/+10 |
| 2024-09-28 | src/scrypt.go: Remove "scrypt" prefix from consts | EuAndreh | 2 | -16/+14 |
| 2024-09-28 | Makefile: "var version" -> "const Version" | EuAndreh | 1 | -1/+1 |
| 2024-09-13 | Init: copy code from gobang | EuAndreh | 10 | -0/+1281 |
