4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 19:39:33 +00:00
Brad Hards a101cdeff6 Initial add of HMAC support for Botan provider
Note that this has issues with long keys (more than 512 bytes). If you get
segfaults in set_key, then that is likely the problem. I've queried
Jack Lloyd about it, but no answer at this stage.

svn path=/trunk/kdesupport/qca/; revision=406446
2005-04-18 22:18:50 +00:00
..
2005-01-23 07:10:41 +00:00
2005-03-01 02:59:18 +00:00
2004-12-19 01:16:02 +00:00

QCA Botan plugin
------------------
Author: Brad Hards <bradh@frogmouth.net>

This plugin provides features based on Botan. It implements:
* TBA


Requirements:
  Botan 1.4.1 or later

Installation procedure:
  ./configure
  make
  su -c "make install"