mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-26 07:35:45 +00:00
The Adler-32 checksum is described in RFC 1950, not RFC 1905.
This commit is contained in:
parent
0471eb2d33
commit
859ef07fa0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include <cryb/hash.h>
|
||||
|
||||
/*
|
||||
* Simple implementation of the Adler-32 checksum described in RFC1905.
|
||||
* Simple implementation of the Adler-32 checksum described in RFC 1950.
|
||||
*/
|
||||
uint32_t
|
||||
adler32_hash(const void *data, size_t len)
|
||||
|
|
Loading…
Reference in a new issue