Mercurial > libavutil.hg
changeset 960:0d9ab0329d9f libavutil
aes: improve av_aes_crypt() documentation
author | mru |
---|---|
date | Wed, 30 Jun 2010 20:09:44 +0000 |
parents | 082e51609a90 |
children | 64a8e85b50be |
files | aes.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aes.h Wed Jun 30 20:09:40 2010 +0000 +++ b/aes.h Wed Jun 30 20:09:44 2010 +0000 @@ -35,7 +35,7 @@ int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt); /** - * Encrypt / decrypt. + * Encrypt or decrypt a buffer using a previously initialized context. * @param count number of 16 byte blocks * @param dst destination array, can be equal to src * @param src source array, can be equal to dst