mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
QCA OpenSSL plugin ------------------ Author: Brad Hards <bradh@frogmouth.net> This plugin provides features based on OpenSSL. It implements: * Hashing - SHA1, SHA0, RIPEMD160, MD2, MD4, MD5 * Keyed Hash Message Authentication Code (HMAC), using SHA1, MD5, RIPEMD160 Requirements: OpenSSL Library (http://www.openssl.org/) Installation procedure: ./configure make su -c "make install"