Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / crypto / lib / subtle / README.md
blob8b51bb74bb1e74a6cf75efdc507ef1df708aa5bd
1 These `subtle` helpers include are a small set of cryptographic primitives that can be efficiently run outside of web workers, as they rely on the browser's native WebCrypto API.
3 **Warning**: the exported primitives are fairly low-level, and can be misused (in subtle ways ðŸ˜‰) compromising security. The `CryptoProxy` should be used to access safer crypto functions, unless a specific design requiring `subtle` primitives has been discussed with the Crypto team.