File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/@aws-crypto/crc32c

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

README.md254 B · 17 lines
# @aws-crypto/crc32c Pure JS implementation of CRC32-C https://en.wikipedia.org/wiki/Cyclic_redundancy_check ## Usage ```import { Crc32c } from '@aws-crypto/crc32c'; const crc32Digest = (new Crc32c).update(buffer).digest() ``` ## Test `npm test`