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 aafc7e1ab0
commit 29f404d52c

View file

@ -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)