Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/scrypt.go: Improve CLI handling, add tests alongside | EuAndreh | 2025-05-15 | 5 | -10/+116 |
* | rm -rf tests/functional/version/ | EuAndreh | 2025-05-15 | 2 | -14/+0 |
* | src/scrypt.go: Create HashInput and CheckInput for named arguments | EuAndreh | 2024-10-19 | 4 | -13/+53 |
* | Remove Go code in favor of upstream libscrypt-kdf | EuAndreh | 2024-10-18 | 4 | -197/+86 |
* | Add baseline functional test, fuzz target and benchmark | EuAndreh | 2024-10-18 | 7 | -22/+108 |
* | Remove panicky code | EuAndreh | 2024-10-17 | 2 | -9/+30 |
* | tests/scrypt.go: Depend on gobang | EuAndreh | 2024-09-30 | 1 | -97/+45 |
* | src/scrypt.go: Rename XxxError to ErrXxx | EuAndreh | 2024-09-28 | 1 | -4/+4 |
* | src/scrypt.go: Remove "scrypt" prefix from consts | EuAndreh | 2024-09-28 | 1 | -2/+2 |
* | Init: copy code from gobang | EuAndreh | 2024-09-13 | 6 | -0/+696 |