How to use the crc.crc32.signed function in crc

To help you get started, we’ve selected a few crc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github catamphetamine / webapp / code / common / koa-generic-session / lib / session.js View on Github external
function hash(sess) {
  return crc32.signed(JSON.stringify(sess));
}
github koajs / generic-session / lib / session.js View on Github external
function hash(sess) {
  return crc32.signed(JSON.stringify(sess));
}
github koajs / generic-session / src / session.js View on Github external
function hash(sess) {
  return crc32.signed(JSON.stringify(sess))
}

crc

Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.

MIT
Latest version published 1 year ago

Package Health Score

73 / 100
Full package analysis