diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 13:23:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 15:13:15 -0300 |
commit | 81f0c44d475e57fd56c6d8009e0c88f65d2fd84e (patch) | |
tree | fb2708925293b0bb7cdf3ab81d4df19c0b0d5af9 /tests/fuzz/api/scrypt.go | |
parent | rm -rf tests/functional/version/ (diff) | |
download | scrypt-81f0c44d475e57fd56c6d8009e0c88f65d2fd84e.tar.gz scrypt-81f0c44d475e57fd56c6d8009e0c88f65d2fd84e.tar.xz |
src/scrypt.go: Improve CLI handling, add tests alongside
Diffstat (limited to '')
-rw-r--r-- | tests/fuzz/api/scrypt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/api/scrypt.go b/tests/fuzz/api/scrypt.go index c037add..7c2c503 100644 --- a/tests/fuzz/api/scrypt.go +++ b/tests/fuzz/api/scrypt.go @@ -14,7 +14,7 @@ func api(f *testing.F) { return } - input := HashInput{ + input := HashInputT{ Password: password, Salt: salt, } |