summaryrefslogtreecommitdiff
path: root/libavutil/des.c
Commit message (Expand)AuthorAge
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix des-test compilation.Diego Biurrun2008-04-18
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19