summaryrefslogtreecommitdiff
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 13:23:59 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 15:13:15 -0300
commit81f0c44d475e57fd56c6d8009e0c88f65d2fd84e (patch)
treefb2708925293b0bb7cdf3ab81d4df19c0b0d5af9 /tests/benchmarks
parentrm -rf tests/functional/version/ (diff)
downloadscrypt-81f0c44d475e57fd56c6d8009e0c88f65d2fd84e.tar.gz
scrypt-81f0c44d475e57fd56c6d8009e0c88f65d2fd84e.tar.xz
src/scrypt.go: Improve CLI handling, add tests alongside
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/hash/scrypt.go2
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,
}