/var/runtime/node_modules/@aws-sdk/node_modules/@aws-crypto/crc32
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 /.
# @aws-crypto/crc32 Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check ## Usage ```import { Crc32 } from '@aws-crypto/crc32'; const crc32Digest = (new Crc32).update(buffer).digest() ``` ## Test `npm test`