Added SILC MAC API, removed the SILC HMAC API.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 5 Mar 2008 18:50:57 +0000 (20:50 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 5 Mar 2008 18:50:57 +0000 (20:50 +0200)
commit8cbd4e2524c7e45c506bd00779d05f6608a81f66
tree7db8cc733b3ceba977b00cfef0b7a7fd8d8038d6
parent57af98efbd82c4c89c81850f42b02585fed1a16a
Added SILC MAC API, removed the SILC HMAC API.

Internally the code is still the old HMAC implementation.  When we later
add new MACs the internals of the MAC API must be rewritten to support
other MACs.
lib/silccrypt/Makefile.ad
lib/silccrypt/silccrypto.c
lib/silccrypt/silccrypto.h.in
lib/silccrypt/silchmac.c [deleted file]
lib/silccrypt/silchmac.h [deleted file]
lib/silccrypt/silcmac.c [new file with mode: 0644]
lib/silccrypt/silcmac.h [new file with mode: 0644]
lib/silccrypt/silcpk.c