X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hashfunction_descriptor.h;h=8eb12c1d23e5b5db90a537c63448d888ad4ddf84;hb=7715ef86b09869014eb5afd319e4acc2ce157b00;hp=8b5faedb0cfb4ac87a6deacc178629bbd150d750;hpb=2dc047a070be7f0d64f4d4e7f4296a9650af07dc;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;