]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/des.c
Add and use a public API for RC4 and DES, analogous to the AES API.
[frescor/ffmpeg.git] / libavutil / des.c
2009-02-03 reimarAdd and use a public API for RC4 and DES, analogous...
2009-01-21 diegoAvoid unused variable warning when compiling DES test...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-04-18 diegoFix des-test compilation.
2008-03-19 zuxyReapply r12489
2008-03-18 benoitrevert r12489.
2008-03-18 benoitPure, const and malloc attributes to libavutil.
2007-10-19 reimarAdd support for DES en- and decryption.