summaryrefslogtreecommitdiff
path: root/libavutil/cast5.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/cast5: Make iv array staticMichael Niedermayer2015-05-021-1/+1
* avutil/cast5: Mark key_bits as constMichael Niedermayer2015-05-021-1/+1
* libavutil: Added cbc mode to cast128Supraja Meedinti2014-12-191-2/+42
* libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti2014-12-171-168/+180
* avutil/cast5: Fix off by one errorMichael Niedermayer2014-10-201-1/+1
* libavutil: Add missing av_free() to cast5 selftestGiorgio Vazzana2014-10-181-0/+1
* libavutil: Add CAST128 symmetric block cipherSupraja Meedinti2014-10-181-0/+540