Due to compatiblity switch from SHA512 to SHA256
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user