4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-01 21:59:34 +00:00
Brad Hards 287a216a02 Add start of an example for Cipher. This doesn't work for me yet.
Justin, what was the intended provider name for the Ciphers again? I
know we talked about this, but I don't remember the format / content.

Also, any chance you could do one provider example (say AES128, CBC,
No Padding) for me?

CCMAIL: justin-psi@affinix.com

svn path=/trunk/kdesupport/qca/; revision=398296
2005-03-17 09:38:05 +00:00

8 lines
128 B
Prolog

TEMPLATE = app
CONFIG += thread console debug
QT -= gui
TARGET = ciphertest
SOURCES += ciphertest.cpp
include(../examples.pri)