Add PGPPacket._compression_algorithms
authorW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 05:16:05 +0000 (21:16 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 18:56:23 +0000 (10:56 -0800)
commit3fd4772700d7a648355efdae81e395b377463cfb
tree2215b5f4278ace62bac68e4d26ab30e07d2c8c50
parent48358358ab61c53e9aa6a232a7f63f2cdcd605ab
Add PGPPacket._compression_algorithms

From RFC 4880 [1]:

       ID           Algorithm
       --           ---------
       0          - Uncompressed
       1          - ZIP [RFC1951]
       2          - ZLIB [RFC1950]
       3          - BZip2 [BZ2]
       100 to 110 - Private/Experimental algorithm

[1]: http://tools.ietf.org/search/rfc4880#section-9.3
gpg-migrate.py