You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this as a wasm module in js server runtime. I think changing the HMAC signing to a trait based approach would allow wasm binaries to leverage window.crypto for HMAC signing instead of the hmac crate. This would reduce bundle size and increase compat wit wasm.
Will make PR for this
The text was updated successfully, but these errors were encountered:
I am using this as a wasm module in js server runtime. I think changing the HMAC signing to a trait based approach would allow wasm binaries to leverage
window.crypto
for HMAC signing instead of the hmac crate. This would reduce bundle size and increase compat wit wasm.Will make PR for this
The text was updated successfully, but these errors were encountered: