xtea: Make the count parameter match the documentation
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 5 Jul 2012 09:19:13 +0000 (11:19 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 5 Jul 2012 09:45:18 +0000 (12:45 +0300)
commit983db9b2b4c753507d1cf8427675fca80d598b4c
tree6125a656fa0c8226e01db6cbc73daf3c6a11e7e8
parente4a7fb3da33d98e3c5bbd4e58faf8b8945a07f9c
xtea: Make the count parameter match the documentation

Previously it was interpreted as number of bytes, while the
documentation stated that it was the number of 8 byte blocks.
This makes it behave similarly to the existing AES code.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/xtea.c