intel/isa-l

Add isal_zlib_header_init

mxmlnkn opened this issue · 2 comments

isal_gzip_header, isal_gzip_header_init, and isal_read_gzip_header exist for gzip header parsing but only isal_zlib_header and isal_read_zlib_header exist for zlib header parsing.

I think isal_zlib_header_init should be added for consistency.

Thanks for your suggestion. It makes sense to me to add it. I would say it wasn't added because there are non-zero values set in isal_gzip_header_init, where as all isal_zlib_header is set to 0.

Function implemented, thanks for the suggestion.