summaryrefslogtreecommitdiff
path: root/libavutil/xtea.c
Commit message (Collapse)AuthorAge
* xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
| | | | | | | | 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>
* xtea: invert branch and loop precedenceLuca Barbato2012-07-05
| | | | Should slightly improve performance depending on the compiler used.
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
Signed-off-by: Martin Storsjö <martin@martin.st>