If this is for non-cryptographic purposes you can use `crypto.subtle` which is built into all Worker

If this is for non-cryptographic purposes you can use crypto.subtle which is built into all Workers, even without node compat: https://developers.cloudflare.com/workers/runtime-apis/web-crypto/#digest
Was this page helpful?