You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Move to an explicit `free` call.
2) Only do `Argon2id`
3) Use `tCost = 3` rather than 2 per best practices.
4) Lower iteration count from 50 -> 30 and worst case from 4 -> 3
Copy file name to clipboardExpand all lines: wasm/argon2/build.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ echo "Built on $(date -u '+%Y-%m-%dT%H:%M:%SZ')" | tee "$BUILD_LOG"
11
11
echo"Toolchain versions"| tee -a "$BUILD_LOG"
12
12
emcc --version | head -n1 | tee -a "$BUILD_LOG"
13
13
14
-
# FIXME: Redownload the source if argon2 ever has source updates. At the time of writing it was last changed 5 years ago so this is probably not a high priority.
14
+
# FIXME: Redownload the source (from https://github.com/P-H-C/phc-winner-argon2) if argon2 ever has source updates. At the time of writing it was last changed 5 years ago so this is probably not a high priority.
0 commit comments