summaryrefslogtreecommitdiffstats
path: root/libraries/qca-qt5/README
diff options
context:
space:
mode:
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.