index
:
scrypt
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scrypt.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-05-15
src/scrypt.go: Wrap usage text in a Gettext() call
EuAndreh
7
-25
/
+31
2025-05-15
src/scrypt.go: Improve CLI handling, add tests alongside
EuAndreh
6
-29
/
+187
2025-05-15
rm -rf tests/functional/version/
EuAndreh
3
-23
/
+0
2025-05-15
Setup i18n with gotext(0)
EuAndreh
21
-38
/
+363
2025-05-04
Make: Use $< over $?
EuAndreh
1
-1
/
+1
2025-01-16
Makefile: keep symlinks in "install" target
EuAndreh
1
-1
/
+1
2024-11-08
Revert "Makefile: Use lddeps(1) for library dependencies"
EuAndreh
2
-7
/
+2
This reverts commit 02862d9d64e830e4a3a7e5826fc10cc63c90cd89.
2024-11-03
Makefile: Use lddeps(1) for library dependencies
EuAndreh
2
-2
/
+7
2024-10-29
.gitignore: Simple reorder
EuAndreh
1
-1
/
+1
2024-10-29
Makefile: Simplify time file generation on bench taget dependencies
EuAndreh
1
-2
/
+1
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
-508
/
+197
Adapt build to handle cgo shenanigans.
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