Comment by continuational
Comment by continuational 6 days ago
SHA256 and HMAC are widely available in the browser APIs: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypt...
Comment by continuational 6 days ago
SHA256 and HMAC are widely available in the browser APIs: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypt...
SublteCrypto is async, and the author specifically said they want their API to be sync.