nodejs / webcrypto

This repository has been archived. The WebCrypto API has been implemented in recent versions of Node.js and does not require additional packages.
69 stars 20 forks source link

Add HMAC #12

Closed tniessen closed 5 years ago

tniessen commented 5 years ago

The importKey / exportKey implementations look a bit sparse because I intentionally removed JWK support. I will open a PR for JWK support after #10 lands to avoid conflicts.

Fixes: #8