Skip to content

Add zstd algorithm support in zip. #498

@fcharlie

Description

@fcharlie

zstd is a very good compression algorithm. In recent years, it has been used by more and more open source projects. Recently, the zstd compression algorithm has been added to the zip compression specification. The magic number is 20. Now, I suggest that minizip start to add support for zstd .

I use minizip as the implementation of baulk's zip decompression function, and currently implements a zstd support that has not been sufficiently tested for reference:

https://github.com/baulk/baulk/blob/master/lib/archive/minizip/mz_strm_zstd.c

Follow-up of other compression software:
mcmilk/7-Zip-zstd#132
p7zip-project/p7zip#25
mholt/archiver#223

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedIssue or bug has been fixednew featureNew feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions