4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-12 10:49:32 +00:00
Justin Karneges a361aa20fb cleaned some things
svn path=/trunk/kdesupport/qca/; revision=236430
2003-07-10 17:31:04 +00:00

17 lines
410 B
Plaintext

Qt Cryptographic Architecture
-----------------------------
This library provides a skeleton API for the following features:
Hashing (SHA1, MD5)
Ciphers (3DES, AES)
X509
SSL/TLS
SASL
Your application will compile and link in all cases, regardless of
whether or not the installed QCA actually supports the features you
need. Functionality is provided via plugins, which are loaded
automatically.