CRC32 and Adler-32 checksum calculations for zlib.
Extracted from fortplot_zlib_compress for size compliance (Issue #1694).
Calculate CRC32 checksum using standard polynomial
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | data(*) | |||
| integer, | intent(in) | :: | data_len |
Calculate Adler-32 checksum for zlib
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | data(*) | |||
| integer, | intent(in) | :: | data_len |
Initialize debug logging based on FORTPLOT_ZLIB_DEBUG environment variable