(epg-cipher-algorithm-alist): Add CAMELLIA.
(epg-digest-algorithm-alist): Add SHA224.
+2009-09-11 Daiki Ueno <ueno@unixuser.org>
+
+ * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
+ (epg-digest-algorithm-alist): Add SHA224.
+
2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* custom.el (custom-delayed-init-variables): New var.
(8 . "AES192")
(9 . "AES256")
(10 . "TWOFISH")
+ (11 . "CAMELLIA128")
+ (12 . "CAMELLIA256")
(110 . "DUMMY")))
;; from gnupg/include/cipher.h
(3 . "RMD160")
(8 . "SHA256")
(9 . "SHA384")
- (10 . "SHA512")))
+ (10 . "SHA512")
+ (11 . "SHA224")))
;; from gnupg/include/cipher.h
(defconst epg-compress-algorithm-alist