Add cast5 key size (128 bits) to PGPPacket._key_size
authorW. Trevor King <wking@tremily.us>
Sat, 21 Dec 2013 18:11:53 +0000 (10:11 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 21:41:05 +0000 (13:41 -0800)
commit6b59fd3bc623199824388cd2036ae67d2e58c7a9
tree24e94906a18362e5309f44188bcfe3fca531f04a
parent44fe8fe49169c9aa62022709af196c431d64b84b
Add cast5 key size (128 bits) to PGPPacket._key_size

From RFC 4880 [1]

  CAST5 (128 bit key, as per [RFC2144])

From RFC 2144 [2]:

  The CAST-128 encryption algorithm has been designed to allow a key
  size that can vary from 40 bits to 128 bits, in 8-bit increments
  (that is, the allowable key sizes are 40, 48, 56, 64, ..., 112, 120,
  and 128 bits.

[1]: http://tools.ietf.org/search/rfc4880#section-9.2
[2]: http://tools.ietf.org/search/rfc2144#section-2.5
gpg-migrate.py