Hacker News new | ask | show | jobs
by continuational 374 days ago
SHA256 and HMAC are widely available in the browser APIs: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypt...
1 comments

SublteCrypto is async, and the author specifically said they want their API to be sync.