node-webcrypto-p11 icon indicating copy to clipboard operation
node-webcrypto-p11 copied to clipboard

Differences in initialization between ossl and p11

Open l-ko opened this issue 9 years ago • 0 comments

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;

l-ko avatar Mar 30 '16 06:03 l-ko