-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js package #14
Comments
Hey there! Wondering if there are any updates on this as I was just about to build my own wrapper on top of |
Hi @pantchox thank you for the suggestion! It is very appreciated. Apologies for the late reply, I've been very busy during the last few months. I'd be glad to include this option. Feel free to open a PR. |
We have multiple options of going about this. @PeterBielak do you think the |
@jackHedaya I'd prefer to build a custom solution as to prevent usage of any third party dependencies. |
So thinking we could use |
Hi,
thanks for this great wrapper.
I think from node version 15.14.0 there is webcrypto in the official crytpo library.
like so: require('crypto').webcrypto
or using https://github.com/PeculiarVentures/webcrypto
this might be a good idea to offer isomorphic package.
thanks!
The text was updated successfully, but these errors were encountered: