mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-18 02:24:54 +00:00
The Adler-32 checksum is described in RFC 1950, not RFC 1905.
This commit is contained in:
parent
aafc7e1ab0
commit
29f404d52c
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