mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-01 21:59:34 +00:00
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
8 lines
128 B
Prolog
8 lines
128 B
Prolog
TEMPLATE = app
|
|
CONFIG += thread console debug
|
|
QT -= gui
|
|
TARGET = ciphertest
|
|
|
|
SOURCES += ciphertest.cpp
|
|
include(../examples.pri)
|