diff options
author | Dave Woodfall <dave@dawoodfall.net> | 2018-07-10 16:48:31 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-10 16:48:31 +0100 |
commit | ef90e8db2b2489acb21898303816b2f60773e654 (patch) | |
tree | e93fae59c20f5782a5840cc95578dca1524e2d0c /libraries/qca-qt5/README | |
parent | 6cf78c1837e5cf1104a76e82721192e3a4fa27a0 (diff) |
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/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/qca-qt5/README b/libraries/qca-qt5/README new file mode 100644 index 0000000000000..83d6c42327714 --- /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. |