Variable: pgg-parse-hash-algorithm-alist
pgg-parse-hash-algorithm-alist is a customizable variable defined in
pgg-parse.el.gz.
Value
((1 . MD5) (2 . SHA1) (3 . RIPEMD160) (5 . MD2) (8 . SHA256)
(9 . SHA384) (10 . SHA512))
Documentation
Alist of the assigned number to the cryptographic hash algorithm.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pgg-parse.el.gz
(defcustom pgg-parse-hash-algorithm-alist
'((1 . MD5) (2 . SHA1) (3 . RIPEMD160) (5 . MD2) (8 . SHA256) (9 . SHA384)
(10 . SHA512))
"Alist of the assigned number to the cryptographic hash algorithm."
:type '(repeat
(cons (sexp :tag "Number") (sexp :tag "Type"))))