commit | b6ecaf5276a2ef08aadc517c3c0f1c5d65df7f4e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Apr 19 14:29:23 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Apr 19 14:29:23 2011 +0000 |
tree | 4c197b331a1183f8add845eeed8d44435d5c44f3 | |
parent | 34953bbcd3d3a93e4de2509d5c712a187e74ecba [diff] [blame] |
- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC
diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index 9bd5875..5375559 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h
@@ -98,7 +98,7 @@ /** Cipher key length, in bits (default length for variable sized ciphers) */ int key_length; - /** Name of the message digest */ + /** Name of the cipher */ const char * name; /** IV size, in bytes */