mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t10
This commit is contained in:
6
hash.c
6
hash.c
@@ -248,14 +248,14 @@ hash_final(HASH *state)
|
||||
*
|
||||
* given:
|
||||
* type - hash type (see hash.h)
|
||||
* longval - a long value
|
||||
* longval - a long value
|
||||
* state - the state to hash
|
||||
*
|
||||
* returns:
|
||||
* the new state
|
||||
* the new state
|
||||
*
|
||||
* This function will hash a long value as if it were a 64 bit value.
|
||||
* The input is a long. If a long is smaller than 64 bits, we will
|
||||
* The input is a long. If a long is smaller than 64 bits, we will
|
||||
* hash a final 32 bits of zeros.
|
||||
*/
|
||||
HASH *
|
||||
|
Reference in New Issue
Block a user