- renamed get_block_size of hasher

This commit is contained in:
Martin Willi
2006-04-28 07:05:12 +00:00
parent eea353466e
commit 52923c9acb
8 changed files with 71 additions and 57 deletions
+3 -3
View File
@@ -109,12 +109,12 @@ struct hasher_t {
void (*allocate_hash) (hasher_t *this, chunk_t data, chunk_t *hash);
/**
* @brief Get the block size of this hashing function.
* @brief Get the size of the resulting hash.
*
* @param this calling object
* @return block size in bytes
* @return hash size in bytes
*/
size_t (*get_block_size) (hasher_t *this);
size_t (*get_hash_size) (hasher_t *this);
/**
* @brief Resets the hashers state, which allows