Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/scrypt.go: Wrap usage text in a Gettext() call | EuAndreh | 2025-05-15 | 1 | -1/+1 |
* | src/scrypt.go: Improve CLI handling, add tests alongside | EuAndreh | 2025-05-15 | 1 | -19/+71 |
* | Setup i18n with gotext(0) | EuAndreh | 2025-05-15 | 1 | -4/+5 |
* | src/scrypt.go: Create HashInput and CheckInput for named arguments | EuAndreh | 2024-10-19 | 1 | -15/+34 |
* | Remove Go code in favor of upstream libscrypt-kdf | EuAndreh | 2024-10-18 | 1 | -302/+55 |
* | Remove panicky code | EuAndreh | 2024-10-17 | 1 | -29/+17 |
* | src/scrypt.go: Rename XxxError to ErrXxx | EuAndreh | 2024-09-28 | 1 | -6/+6 |
* | src/scrypt.go: Remove "scrypt" prefix from consts | EuAndreh | 2024-09-28 | 1 | -14/+12 |
* | Init: copy code from gobang | EuAndreh | 2024-09-13 | 2 | -0/+427 |