PeculiarVentures/webcrypto

Need to make work inside Electron

rmhrisk opened this issue · 1 comments

Currently, it seems that Electron does not correctly implement WebCrypto interfaces. Specifically it seems that It doesn't have generateKey functions. Without this, we will not be able to deprecate the node-webcrypto-ossl library.

Electron v5 supports NodeJS Crypto API v10