]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hashfunction_descriptor.h
[keccak-c] fixing
[avr-crypto-lib.git] / hashfunction_descriptor.h
index 8b5faedb0cfb4ac87a6deacc178629bbd150d750..8eb12c1d23e5b5db90a537c63448d888ad4ddf84 100644 (file)
@@ -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;