X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hashfunction_descriptor.h;h=753286226f8b576499370532491233c16cae1907;hb=c74b176b7945262f2bf9a2af30a693684825a940;hp=8b5faedb0cfb4ac87a6deacc178629bbd150d750;hpb=2dc047a070be7f0d64f4d4e7f4296a9650af07dc;p=avr-crypto-lib.git diff --git a/hashfunction_descriptor.h b/hashfunction_descriptor.h index 8b5faed..7532862 100644 --- a/hashfunction_descriptor.h +++ b/hashfunction_descriptor.h @@ -47,10 +47,10 @@ 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; + hfdesc_t *desc_ptr; void* ctx; } hfgen_ctx_t;