Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
before(() => {
p11 = new p11_crypto.WebCrypto({
library: config.lib,
slot: 0,
});
ossl = new ossl_crypto();
})
before(() => {
p11 = new p11_crypto.WebCrypto({
library: config.lib,
slot: 0,
});
ossl = new ossl_crypto();
})