Stub out a PGPPacket._key_size dictionary
authorW. Trevor King <wking@tremily.us>
Sat, 21 Dec 2013 18:10:00 +0000 (10:10 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 21:41:05 +0000 (13:41 -0800)
commit44fe8fe49169c9aa62022709af196c431d64b84b
treec1c7cf8d500d794b02088ce36d83b0e95b04fb4b
parent309ff8afbf8a592b668c7539583b44656e68501c
Stub out a PGPPacket._key_size dictionary

The string-to-key algorithm needs to know the key size, so record an
algorithm's key size (in bits) for easy lookup.  The AES key sizes
seem pretty obvious ;).
gpg-migrate.py