The Adler-32 checksum is described in RFC 1950, not RFC 1905.

This commit is contained in:
Dag-Erling Smørgrav 2016-09-17 17:21:55 +02:00
parent 0471eb2d33
commit 859ef07fa0

View file

@ -37,7 +37,7 @@
#include <cryb/hash.h> #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 uint32_t
adler32_hash(const void *data, size_t len) adler32_hash(const void *data, size_t len)