Skip to content

Commit

Permalink
Reduce default s2k tuning test ratio to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 12, 2024
1 parent 0fc76d5 commit 3bd1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cipher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ TEST_F(rnp_tests, sphincsplus_signverify_success)
// platforms known to not have a robust response can compile with
// -DS2K_MINIMUM_TUNING_RATIO=2 (or whatever they need)
#ifndef S2K_MINIMUM_TUNING_RATIO
#define S2K_MINIMUM_TUNING_RATIO 6
#define S2K_MINIMUM_TUNING_RATIO 4
#endif

TEST_F(rnp_tests, s2k_iteration_tuning)
Expand Down

0 comments on commit 3bd1b71

Please sign in to comment.