Brad Hards 2255042598 Make sure that we can compile with a released libgrypt.
Also add in a couple of TODO items I thought of along the way.

svn path=/trunk/kdesupport/qca/; revision=408964
2005-05-01 08:03:55 +00:00

9 lines
218 B
Plaintext

Configuration:
* Add check for libgcrypt support for SHA224
Implementation:
* Cipher is incomplete - it can't handle cases where
data is not provided in blocksize chunks. Needs buffering
and padding to be added.