corrected typo
This commit is contained in:
@@ -83,7 +83,7 @@ struct hasher_t {
|
|||||||
*
|
*
|
||||||
* If the parameter hash is NULL, no result is written back
|
* If the parameter hash is NULL, no result is written back
|
||||||
* an more data can be appended to already hashed data.
|
* an more data can be appended to already hashed data.
|
||||||
* If not, the result is written back and the hasher is reseted.
|
* If not, the result is written back and the hasher is reset.
|
||||||
*
|
*
|
||||||
* The hash output parameter must hold at least
|
* The hash output parameter must hold at least
|
||||||
* hash_t.get_block_size() bytes.
|
* hash_t.get_block_size() bytes.
|
||||||
@@ -99,7 +99,7 @@ struct hasher_t {
|
|||||||
*
|
*
|
||||||
* If the parameter hash is NULL, no result is written back
|
* If the parameter hash is NULL, no result is written back
|
||||||
* an more data can be appended to already hashed data.
|
* an more data can be appended to already hashed data.
|
||||||
* If not, the result is written back and the hasher is reseted.
|
* If not, the result is written back and the hasher is reset.
|
||||||
*
|
*
|
||||||
* @param this calling object
|
* @param this calling object
|
||||||
* @param data chunk with data to hash
|
* @param data chunk with data to hash
|
||||||
|
|||||||
Reference in New Issue
Block a user