summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-06 11:17:38 +0100
committer Matteo Bernardini2021-03-06 11:17:38 +0100
commitba295afbbb907833cfa6ac387484f96d170b9932 (patch)
tree199813d1c30184d4b602ea8b2d112792d6ab656e /libraries/qca-qt5/README
parent3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff)
downloadslackbuilds-ba295afbbb907833cfa6ac387484f96d170b9932.tar.gz
20210306.1 global branch merge.current-20210306.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/qca-qt5/README')
-rw-r--r--libraries/qca-qt5/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/qca-qt5/README b/libraries/qca-qt5/README
deleted file mode 100644
index 83d6c42327..0000000000
--- a/libraries/qca-qt5/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.