X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilchmac.h;h=7394390ab99d0883253656ac8346657474f9b7c7;hb=205916687fdc130a3c5d7e8f66c74973975f4bca;hp=532c1b68d162127ec2f8c8e623c0f51a9e72787c;hpb=4d66bf4c0db64e58e1b02900ca27e6cec7c7d161;p=silc.git diff --git a/lib/silccrypt/silchmac.h b/lib/silccrypt/silchmac.h index 532c1b68..7394390a 100644 --- a/lib/silccrypt/silchmac.h +++ b/lib/silccrypt/silchmac.h @@ -81,6 +81,9 @@ struct SilcHmacStruct { /* Default hmacs for silc_hmac_register_default(). */ extern SilcHmacObject silc_default_hmacs[]; +/* Default HMAC in the SILC protocol */ +#define SILC_DEFAULT_HMAC "hmac-sha1-96" + /* Prototypes */ bool silc_hmac_register(SilcHmacObject *hmac); bool silc_hmac_unregister(SilcHmacObject *hmac);