Open ais-one opened 3 years ago
The native webcrypto library (https://nodejs.org/api/webcrypto.html) is available since node 15 and node 16 is now LTS
Is it possible to use the native library instead. The problem I am having with node-webcrypto-ossl is some library inside is using node-gyp@3.8.0 (python 2) and it is causing problems when I try to build...
Yes you should be able to patch any application that uses node-webcrypto-owl to use the native implementation instead.
The native webcrypto library (https://nodejs.org/api/webcrypto.html) is available since node 15 and node 16 is now LTS
Is it possible to use the native library instead. The problem I am having with node-webcrypto-ossl is some library inside is using node-gyp@3.8.0 (python 2) and it is causing problems when I try to build...