Justin Karneges recently released the "test1" version of QCA. Read the announcement here. There will be a "test2" release soon, and the final release is scheduled for 4 September 2007.
If you have an interest in crypto, or Qt APIs, or (ideally) both, note that we are providing Binary Compatibility and source compatibility from QCA 2.0.0 release for the duration of Qt4. If the API doesn't do what you need, now is the time to tell us. After 2.0.0 we will do additions, but nothing that will break BC.
The plugins aren't finished, but they are getting closer. In particular, the pkcs11 smartcard provider is looking pretty good. Justin recently blogged about smartcard support, showing an application that does CMS signing using smartcards with QCA.
You can read the API documentation at api.kde.org, and we also provide build documentation with QCA tarballs. The tarball API docs (or the output if you run doxygen(1) in the kdesupport/qca directory yourself) also include links to the example code.
Remember: now is the time to let us know of any last minute changes!


hashing
Just a few comments from the announcement:
From the gpg/pgp keyring support i suppose the cast5 algorithm is also supported ?
Why are md2, md4 and sha-0 still included ?
Having the Whirlpool hash function would be a big plus (not of the same family as md5, sha).
There are no much details on the random function(s) provided (Mersenne twister, ..?)
More details on the compression algorithms in use would be nice too.
Another useful encoding besides base64 is Ascii85, it might be shared with the ps/pdf processing apps.