From: Christian Weiske Date: Thu, 20 Aug 2015 07:48:57 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/219.git/commitdiff_plain/2772298b7aed46de35e983b5eeb087cf14c825eb --- 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