|
@@ -138,7 +138,6 @@ int whirlpool_init(hash_state * md)
|
|
|
@param inlen The length of the data (octets)
|
|
|
@return CRYPT_OK if successful
|
|
|
*/
|
|
|
-int whirlpool_process(hash_state * md, const unsigned char *in, unsigned long inlen);
|
|
|
HASH_PROCESS(whirlpool_process, whirlpool_compress, whirlpool, 64)
|
|
|
|
|
|
/**
|