summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-13 09:51:07 +0100
committer Matteo Bernardini2021-03-13 09:51:07 +0100
commitc5bb5dd52a13925967a983b389bfa4505e764df4 (patch)
treebdc91c2ef3052140f36dcc1fdfc4eb231e15c328 /libraries/qca-qt5/README
parent30ef0ed8a2abb2e72f707b3447d313ffe66ad4f8 (diff)
downloadslackbuilds-c5bb5dd52a13925967a983b389bfa4505e764df4.tar.gz
20210313.1 global branch merge.current-20210313.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.