Skip to content

Commit

Permalink
Use OPT_XCHACHA and OPT_AEGIS in the same command
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 26, 2025
1 parent 44fdcf7 commit 42f2c13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark.bash
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ elif [[ $OPT_LOOPBACK -eq 1 ]]; then
else
echo -n "Testing gocryptfs $OPT_XCHACHA $OPT_AEGIS $OPT_OPENSSL at $CRYPT: "
gocryptfs -version
gocryptfs $OPT_XCHACHA -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
gocryptfs $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
gocryptfs $OPT_XCHACHA $OPT_AEGIS -q -init -extpass="echo test" -scryptn=10 "$CRYPT"
gocryptfs $OPT_OPENSSL -q -extpass="echo test" "$CRYPT" "$MNT"
fi

Expand Down

0 comments on commit 42f2c13

Please sign in to comment.