Add AES block sizes to PGPPacket._cipher_block_size
authorW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 18:45:47 +0000 (10:45 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 19:46:31 +0000 (11:46 -0800)
commit32e12df1706c2d3511f0db3004b100387025383f
treed6d2ca7de6c6c8ee96eca8ee9410244f6471720a
parentac2696b9c7688e1c7efef7ad13455d732d596fbb
Add AES block sizes to PGPPacket._cipher_block_size

From the AES spec [1]:

  This standard specifies the Rijndael algorithm (...), a symmetric
  block cipher that can process data blocks of 128 bits, using cipher
  keys with lengths of 128, 192, and 256 bits.

[1]: http://csrc.nist.gov/publications/fips/fips197/fips-197.{ps,pdf}
gpg-migrate.py