X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hashfunction_descriptor.h;h=8eb12c1d23e5b5db90a537c63448d888ad4ddf84;hb=7f4bda01ca923c4a9aca6da3370a7c4793426a5c;hp=8b5faedb0cfb4ac87a6deacc178629bbd150d750;hpb=951a88cde69f595ef2c00ed941e89ccf1567e3a0;p=avr-crypto-lib.git diff --git a/hashfunction_descriptor.h b/hashfunction_descriptor.h index 8b5faed..8eb12c1 100644 --- a/hashfunction_descriptor.h +++ b/hashfunction_descriptor.h @@ -47,7 +47,7 @@ typedef struct { /** mem, function pointer to a function which hashes a message in RAM * completely or NULL if there is no such function */ hf_mem_fpt mem; -} hfdesc_t; /* blockcipher descriptor type */ +} hfdesc_t; /* hashfunction descriptor type */ typedef struct{ hfdesc_t* desc_ptr;