Warning, /libraries/qca/plugins/qca-gcrypt/README is written in an unsupported language. File is not indexed.
0001 QCA libgcrypt plugin 0002 ------------------ 0003 Author: Brad Hards <bradh@frogmouth.net> 0004 0005 This plugin provides features based on libgcrypt. It implements: 0006 * Hashing - SHA1, SHA256, SHA384, SHA512 0007 * Symmetric encryption - AES128 0008 0009 0010 Requirements: 0011 libgcrypt 1.2.0 or later 0012 0013 Installation procedure: 0014 ./configure 0015 make 0016 su -c "make install" 0017