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