Add CAST5 block size to PGPPacket._cipher_block_size
authorW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 18:49:01 +0000 (10:49 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 19:46:31 +0000 (11:46 -0800)
commitc6dadc20eb43ac6617ad8f9dfa3e3803e2195162
treef234140c34be63a6d8ccebf7e69a2092672ebf1a
parent32e12df1706c2d3511f0db3004b100387025383f
Add CAST5 block size to PGPPacket._cipher_block_size

From RFC 4880 [1]:

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

From RFC 2144 [2]:

  CAST-128 is a 12- or 16-round Feistel cipher that has a blocksize of
  64 bits and a keysize of up to 128 bits...

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