Skip to content

zsqk/crc64

Repository files navigation

crc64

CRC64 ECMA-182 WASM for Deno and Node.js (Browser).

  • use AssemblyScript.
  • use Deno runtime.

Publish via jsr.io and GitHub Actions.

Usage

const { crc64 } = await import('@zsqk/crc64');
const hash = crc64(new TextEncoder().encode('Hello, world!\n').buffer);

About

CRC64 ECMA-182 WASM for Deno and Browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published