diff options
Diffstat (limited to 'tests/fuzz/api/scrypt.go')
-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, } |