Decrease iteration count, delayed for 2.9

This commit is contained in:
Dominik Schürmann 2014-08-19 14:51:28 +02:00
parent 26e82afa8e
commit 9474749be1

View file

@ -121,7 +121,7 @@ public class PgpKeyOperation {
*/
private static final int SECRET_KEY_ENCRYPTOR_HASH_ALGO = HashAlgorithmTags.SHA512;
private static final int SECRET_KEY_ENCRYPTOR_SYMMETRIC_ALGO = SymmetricKeyAlgorithmTags.AES_256;
private static final int SECRET_KEY_ENCRYPTOR_S2K_COUNT = 0xc0;
private static final int SECRET_KEY_ENCRYPTOR_S2K_COUNT = 0x60;
public PgpKeyOperation(Progressable progress) {
super();