]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hashfunction_descriptor.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / hashfunction_descriptor.h
index 8b5faedb0cfb4ac87a6deacc178629bbd150d750..753286226f8b576499370532491233c16cae1907 100644 (file)
@@ -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_tdesc_ptr;
+       hfdesc_t *desc_ptr;
        void*     ctx;
 } hfgen_ctx_t;