From 81f0c44d475e57fd56c6d8009e0c88f65d2fd84e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 13:23:59 -0300 Subject: src/scrypt.go: Improve CLI handling, add tests alongside --- tests/fuzz/api/scrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fuzz/api/scrypt.go') 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, } -- cgit v1.2.3