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
This is certainly off topic (at least at the direct level) but I need to be able to create JWEs suitable for tang in a browser (client side). This works well in node but not in a browser context due to lack of ECMR support.
I am not sure how node JS gets to support ECMR since it does appear to be a custom algorithm. In fact, because of that, there is little info about ECMR.
Is there any more info than ecmr.c that I missed?
Alternatively, is there anybody that knows if some library supports ECMR key manipulation in brwoser?
The text was updated successfully, but these errors were encountered:
Hi,
This is certainly off topic (at least at the direct level) but I need to be able to create JWEs suitable for tang in a browser (client side). This works well in node but not in a browser context due to lack of ECMR support.
I am not sure how node JS gets to support ECMR since it does appear to be a custom algorithm. In fact, because of that, there is little info about ECMR.
Is there any more info than ecmr.c that I missed?
Alternatively, is there anybody that knows if some library supports ECMR key manipulation in brwoser?
The text was updated successfully, but these errors were encountered: