slackbuilds_ponce/libraries/qca-qt5
Dave Woodfall ef90e8db2b libraries/qca-qt5: Added (Qt Cryptographic Architecture for Qt5).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-07-10 16:48:31 +01:00
..
Add_support_for_OpenSSL_1.1.0.diff.gz
qca-qt5.info
qca-qt5.SlackBuild
qca.tlsunittest.cpp.diff.gz
README
slack-desc

Qt Cryptographic Architecture for Qt5

QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions. QCA separates the API from the
implementation, using plugins known as Providers. The advantage of
this model is to allow applications to avoid linking to or explicitly
depending on any particular cryptographic library. This allows one
to easily change or upgrade crypto implementations without needing
to recompile the application.

QCA was written by Justin Karneges.