The complete list of supported algorithms.
[pgp-tools.git] / gpg-key2ps / gpg-key2ps
index 74e3953dcb7f24d5454e069d9cf0c71a6c0eb58d..0d370e3204c6e03c43ed70663815a8e0750b67c1 100755 (executable)
@@ -119,7 +119,7 @@ cat <<EOF
 } def
 
 /showAlgorithm {
-  << 16 (g) 17 (D) 1 (R) >> exch get
+  << 1 (R) 2 (r) 3 (s) 16 (g) 20 (G) 17 (D) >> exch get
   show
 } def