mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
12 lines
441 B
Markdown
12 lines
441 B
Markdown
# MZ_HASH
|
|
|
|
Hash algorithm enumeration. The _mz_zip_reader_ and _mz_zip_writer_ instances support storing more secure hash algorithms for each zip entry.
|
|
|
|
|Name|Code|Description|
|
|
|-|-|-|
|
|
|MZ_HASH_MD5|10|MD5 algorithm identifier|
|
|
|MZ_HASH_MD5_SIZE|16|MD5 digest size|
|
|
|MZ_HASH_SHA1|20|SHA1 algorithm identifier|
|
|
|MZ_HASH_SHA1_SIZE|20|SHA1 digest size|
|
|
|MZ_HASH_SHA256|23|SHA256 algorithm identifer|
|
|
|MZ_HASH_SHA256_SIZE|32|SHA256 digest size|
|