mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-11 17:51:20 -05:00
8eee9ad1df
By default node has a global `crypto` variable conforming to the standard for the Web Crypto API. However, this `crypto` object does not have the `createHash` function, so 'node:crypto' must be imported instead.