Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/scrypt.go: Create HashInput and CheckInput for named arguments | EuAndreh | 2024-10-19 | 1 | -4/+18 |
* | Remove Go code in favor of upstream libscrypt-kdf | EuAndreh | 2024-10-18 | 1 | -196/+71 |
* | Remove panicky code | EuAndreh | 2024-10-17 | 1 | -5/+18 |
* | 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 | 1 | -0/+462 |