Solutionunvalidated
Remove the Node crypto import so `crypto` resolves to the Web Crypto API (effectively `window.crypto`), or explicitly call `window.crypto.subtle.digest()` instead of `crypto.subtle.digest()`.
2841681b-caaf-4238-96fd-a4739180d804
Remove the Node crypto import so crypto resolves to the Web Crypto API (effectively window.crypto), or explicitly call window.crypto.subtle.digest() instead of crypto.subtle.digest().