adler32: import adapted implementation from tinf/zlib

This adds an adapted version of the adler32 algorithm from tinf/zlib
which will be necessary to support ZLIB deflate streams in the future.

Change-Id: Ie60e15acb288acf56a2d44e3d3e912e1b3eb2216
This commit is contained in:
James Buren 2021-07-30 23:11:49 +00:00
parent ee05b8574a
commit f32fc84ef6
3 changed files with 105 additions and 0 deletions

View file

@ -269,6 +269,7 @@ common/timefuncs.c
common/unicode.c
common/vuprintf.c
common/zip.c
common/adler32.c
/* Display */
scroll_engine.c