mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 09:40:00 -06:00
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.