summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-23 15:25:49 +0100
committer Matteo Bernardini2021-01-23 15:25:49 +0100
commit3cb96e6c6185822ea365995ec48b132d639e9d7a (patch)
treee111c4fe880466b93d41d199478acb204e49e9cd /libraries/qca-qt5/README
parent64559ed619a826677d814471caab2acad0f7cc37 (diff)
downloadslackbuilds-current-20210123.1.tar.gz
20210123.1 global branch merge.current-20210123.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.