commit | c0983aabe493d89551e03aef88b6c212ff7e3c9e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun May 17 10:30:00 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun May 17 10:30:00 2009 +0000 |
tree | c3582f72cf0df8e180186b264c0264f9288af5ea | |
parent | 1569ad872e89b13e2ed3ed137767471d2910cd35 [diff] [blame] |
- Integrated comments for CBC mode into 0.11 branch
diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index 1b144e7..9bf5e91 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h
@@ -72,6 +72,8 @@ /** * \brief CAMELLIA-CBC buffer encryption/decryption + * Length should be a multiple of the block + * size (16 bytes) * * \param ctx CAMELLIA context * \param mode CAMELLIA_ENCRYPT or CAMELLIA_DECRYPT