summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
author Dave Woodfall2018-07-10 17:48:31 +0200
committer David Spencer2018-07-10 17:48:31 +0200
commitef90e8db2b2489acb21898303816b2f60773e654 (patch)
treee93fae59c20f5782a5840cc95578dca1524e2d0c /libraries/qca-qt5/README
parent6cf78c1837e5cf1104a76e82721192e3a4fa27a0 (diff)
downloadslackbuilds-ef90e8db2b2489acb21898303816b2f60773e654.tar.gz
libraries/qca-qt5: Added (Qt Cryptographic Architecture for Qt5).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/qca-qt5/README')
-rw-r--r--libraries/qca-qt5/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/qca-qt5/README b/libraries/qca-qt5/README
new file mode 100644
index 0000000000..83d6c42327
--- /dev/null
+++ b/libraries/qca-qt5/README
@@ -0,0 +1,11 @@
+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.