js-crc32/bits/90_exports.js

5 lines
92 B
JavaScript
Raw Normal View History

2014-06-16 21:27:47 +00:00
CRC32.table = table;
CRC32.bstr = crc32_bstr;
CRC32.buf = crc32_buf;
CRC32.str = crc32_str;