Herbert Xu 70613783fc [CRYPTO] blkcipher: Remove alignment restriction on block size
Previously we assumed for convenience that the block size is a multiple of
the algorithm's required alignment.  With the pending addition of CTR this
will no longer be the case as the block size will be 1 due to it being a
stream cipher.  However, the alignment requirement will be that of the
underlying implementation which will most likely be greater than 1.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2007-10-10 16:55:46 -07:00
..
2007-10-10 16:55:39 -07:00
2007-10-10 16:55:44 -07:00
2007-10-10 16:55:38 -07:00
2006-10-10 16:15:33 -07:00
2006-09-21 11:16:28 +10:00
2007-07-13 08:06:14 -07:00