From 91020dcf80cbd64bb1c5df38d24773202c264a4e Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 30 Jul 2020 14:20:49 +0700 Subject: EdDSA updates --- crypto/src/openpgp/PgpSecretKey.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/src/openpgp') diff --git a/crypto/src/openpgp/PgpSecretKey.cs b/crypto/src/openpgp/PgpSecretKey.cs index 01cceadbb..a3ffd4a4a 100644 --- a/crypto/src/openpgp/PgpSecretKey.cs +++ b/crypto/src/openpgp/PgpSecretKey.cs @@ -423,6 +423,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp case PublicKeyAlgorithmTag.RsaSign: case PublicKeyAlgorithmTag.Dsa: case PublicKeyAlgorithmTag.ECDsa: + case PublicKeyAlgorithmTag.EdDsa: case PublicKeyAlgorithmTag.ElGamalGeneral: return true; default: -- cgit 1.5.1