fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
52 stars 18 forks source link

Implement `crypo.subtle.sign` #139

Open radu-matei opened 1 year ago

radu-matei commented 1 year ago

ref https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/sign

karthik2804 commented 1 year ago

Do we want to start with a minimal implementation of hmac or are there others we need to have from the beginning?

radu-matei commented 1 year ago

Starting with a minimal implementation makes sense to me!