This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
sheetjs
/
js-crc32
Watch
1
Fork
0
You've already forked js-crc32
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5a7e4db973
js-crc32
/
bits
/
90_exports.js
5 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
version bump 0.4.1 - normalized crc iteration logic - added browser demo - added command line tool crc32 - fixed unicode baseline script (node 6 changed default array printing) - fixed performance tests (benchmark module changed behavior) - updated travis versions for test - miscellaneous adjustments to tooling
2016-06-16 20:49:46 +00:00
CRC32
.
table
=
T
;
Initial commit
2014-06-16 21:27:47 +00:00
CRC32
.
bstr
=
crc32
_bstr
;
CRC32
.
buf
=
crc32
_buf
;
CRC32
.
str
=
crc32
_str
;
Reference in New Issue
Copy Permalink