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