brianloveswords / buffer-crc32

A pure javascript CRC32 algorithm that plays nice with binary data
MIT License
97 stars 30 forks source link

Passing a number will allocate a Buffer the size of the number #33

Open Orel-A opened 1 month ago

Orel-A commented 1 month ago

This might not be the intended purpose of the user.

kibertoad commented 1 month ago

@Orel-A PR to fix it would be welcome!