node-webcrypto-p11
node-webcrypto-p11 copied to clipboard
Differences in initialization between ossl and p11
This is not critical, but not very comfortable to switch crypto providers when for ossl we have: WebCrypto = require('ossl').default; p11: WebCrypto = require('p11').WebCrypto;