summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp
diff options
context:
space:
mode:
authorLeonhard Markert <curiousleo@users.noreply.github.com>2019-11-13 21:20:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-11-15 12:54:45 +0100
commit7735b05e8cf82ae943e8b7b0dfed4a26cd6c3db4 (patch)
treea81bc7ea466fb7168aa6f766751f43daaf363f6f /openpgp-ffi/include/sequoia/openpgp
parentc08eff5da06ae6df459d1e45133c2113557927fe (diff)
openpgp: Add tpk::builder::CipherSuite::RSA4k.
Diffstat (limited to 'openpgp-ffi/include/sequoia/openpgp')
-rw-r--r--openpgp-ffi/include/sequoia/openpgp/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpgp-ffi/include/sequoia/openpgp/types.h b/openpgp-ffi/include/sequoia/openpgp/types.h
index 8dbd890b..f16c5923 100644
--- a/openpgp-ffi/include/sequoia/openpgp/types.h
+++ b/openpgp-ffi/include/sequoia/openpgp/types.h
@@ -439,6 +439,11 @@ typedef enum pgp_tpk_cipher_suite {
/*/
PGP_TPK_CIPHER_SUITE_RSA2K,
+ /*/
+ /// 4096 bit RSA with SHA512 and AES256.
+ /*/
+ PGP_TPK_CIPHER_SUITE_RSA4K,
+
/* Dummy value to make sure the enumeration has a defined size. Do
not use this value. */
PGP_TPK_CIPHER_SUITE_FORCE_WIDTH = INT_MAX,