Skip to content

Commit 710035f

Browse files
authored
Merge pull request #4 from douglaz/update-complex-scheme-params
Update complex-scheme.sh memory parameters
2 parents 53033ca + a160a74 commit 710035f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/complex-scheme.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ FIRST_PREIMAGE_NBITS=63
1717
# if OPS=10 takes 60s, then for N days:
1818
# N * 24 * 3600 / 60 * 10 = N * 14400
1919
MONTHS_LONG_OPS=$((DAYS * 14400))
20-
# This is 16GB
21-
LARGE_MEM_LIMIT_KBYTES=16777216
20+
# This is 8GiB
21+
LARGE_MEM_LIMIT_KBYTES=8388608
2222

2323
# The second preimage is easy to derive but requires money/time to brute-force
2424
SECONDS_LONG_OPS=7
25-
# This is 4GB
25+
# This is 4GiB
2626
SMALL_MEM_LIMIT_KBYTES=4194304
2727

2828
if [[ ! -f "$SALT" ]]; then

0 commit comments

Comments
 (0)