brianloveswords / buffer-crc32

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

Getter for unsigned int value #3

Closed mistakster closed 11 years ago

mistakster commented 11 years ago

Use bitwise operator rather than new buffer object.

brianloveswords commented 11 years ago

Sure, looks good to me!