Due to compatiblity switch from SHA512 to SHA256

This commit is contained in:
Dominik Schürmann
2014-09-07 17:58:28 +02:00
parent c026dac8fc
commit d172058150
4 changed files with 58 additions and 39 deletions

View File

@@ -39,7 +39,7 @@ public class AccountSettings {
// defaults:
this.mEncryptionAlgorithm = PGPEncryptedData.AES_256;
this.mHashAlgorithm = HashAlgorithmTags.SHA512;
this.mHashAlgorithm = HashAlgorithmTags.SHA256;
this.mCompression = CompressionAlgorithmTags.ZLIB;
}