Reduce number of key generation iterations to 25
This commit is contained in:
parent
b0465f7aae
commit
1519580a36
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class KeyGenerator {
|
|||
/**
|
||||
* The number of iterations for key generation.
|
||||
*/
|
||||
private static final int ITERATIONS = 100;
|
||||
private static final int ITERATIONS = 25;
|
||||
|
||||
/**
|
||||
* The generated key length.
|
||||
|
|
Loading…
Reference in a new issue