Skip to content

Commit

Permalink
Some cleanup and making back-compat for config.cfg files. Also switch…
Browse files Browse the repository at this point in the history
…ed to stable-form of library for argon2i that includes speedups but is still param flexible.
  • Loading branch information
ProgrammerDan committed Feb 5, 2018
1 parent 7eb1e61 commit b8f55c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arionum-miner/src/main/bin/build-argon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cd arionum-argon

git pull

echo "We will use argon2i-slim, as it is the most stable trimmed release of argon2i available."

git checkout argon2i-slim

make clean && CFLAGS="-m64" OPTTARGET=native NO_THREADS=1 make
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ of this software and associated documentation files (the "Software"), to deal
*/
public enum AdvMode {
standard(true),
experimental(false),
basic(false),
stable(false),
auto(false),
gpu(false),
mixed(false);
Expand Down
Binary file modified arionum-miner/src/main/resources/linux-x86-64/libargon2.so
Binary file not shown.
Binary file modified arionum-miner/src/main/resources/linux-x86/libargon2.so
Binary file not shown.

0 comments on commit b8f55c5

Please sign in to comment.