diff options
Diffstat (limited to 'tests/benchmarks/hash/scrypt.go')
-rw-r--r-- | tests/benchmarks/hash/scrypt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/hash/scrypt.go b/tests/benchmarks/hash/scrypt.go index 54657d0..894e6da 100644 --- a/tests/benchmarks/hash/scrypt.go +++ b/tests/benchmarks/hash/scrypt.go @@ -18,7 +18,7 @@ func MainTest() { password := []byte("password") salt := []byte("salt0123456789abcdef0123456789abcdef") - input := HashInput{ + input := HashInputT{ Password: password, Salt: salt, } |