No show key button for RESULT_INVALID_SIGNATURE, Cleanup

This commit is contained in:
Dominik Schürmann
2015-08-31 23:42:19 +02:00
parent 1dd61cab41
commit 405b959fb8
4 changed files with 20 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ public class PgpSecurityConstants {
* TODO: Ed25519
* CITE: zooko's hash function table CITE: distinguishers on SHA-256
*/
public static final int DEFAULT_HASH_ALGORITHM = HashAlgorithmTags.SHA256;
public static final int DEFAULT_HASH_ALGORITHM = HashAlgorithmTags.SHA512;
public interface OpenKeychainHashAlgorithmTags extends HashAlgorithmTags {
int USE_DEFAULT = -1;