gtfs-sqljs
    Preparing search index...

    Function computeChecksum

    • Compute SHA-256 checksum of data. Uses the global Web Crypto API (browsers, Node.js 19+, React Native via a polyfill) and falls back to node:crypto's webcrypto on Node 18.

      Parameters

      • data: ArrayBuffer | Uint8Array<ArrayBufferLike>

      Returns Promise<string>