Add comments for SHA-2 file digest variants

This commit is contained in:
Till Maas 2017-05-26 22:52:02 +02:00 committed by Panu Matilainen
parent 57c9f7054f
commit bdd4365bdf
1 changed files with 5 additions and 2 deletions

View File

@ -244,8 +244,11 @@ typedef enum pgpCompressAlgo_e {
4 - Reserved for double-width SHA (experimental)
5 - MD2 "MD2"
6 - Reserved for TIGER/192 "TIGER192"
7 - Reserved for HAVAL (5 pass, 160-bit)
"HAVAL-5-160"
7 - Reserved for HAVAL (5 pass, 160-bit) "HAVAL-5-160"
8 - SHA-256 "SHA256"
9 - SHA-384 "SHA384"
10 - SHA-512 "SHA512"
11 - SHA-224 "SHA224"
100 to 110 - Private/Experimental algorithm.
\endverbatim
*