Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Feature - Expose ZLib crc32() function #7213

Description

@JavaScriptDude

I have a need to do cross platform simple file validation using Node.js. I am presently building a backup file distribution and synchronization system using Node.js and need a solid and fast way of generating a check sum of the files on the sender and receiver sides.

The files are on servers I own so I don't need crypto hashes for my purpose.

I know that zlib has a crc32 function under the hood and it would be great to have this available in JavaScript.

I know that others have written crc32 implementations in JavaScript for Node but IMO, that is not the correct approach.

Any reason why this should not be implemented?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions