From 2772298b7aed46de35e983b5eeb087cf14c825eb Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 20 Aug 2015 09:48:57 +0200 Subject: [PATCH] --- gnupg-common-openpgpdefs.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnupg-common-openpgpdefs.h diff --git a/gnupg-common-openpgpdefs.h b/gnupg-common-openpgpdefs.h new file mode 100644 index 0000000..a552e1f --- /dev/null +++ b/gnupg-common-openpgpdefs.h @@ -0,0 +1,16 @@ +... + +typedef enum + { + DIGEST_ALGO_MD5 = 1, + DIGEST_ALGO_SHA1 = 2, + DIGEST_ALGO_RMD160 = 3, + /* 4, 5, 6, and 7 are reserved. */ + DIGEST_ALGO_SHA256 = 8, + DIGEST_ALGO_SHA384 = 9, + DIGEST_ALGO_SHA512 = 10, + DIGEST_ALGO_SHA224 = 11 + } +digest_algo_t; + +... \ No newline at end of file -- 2.30.2