Closed septs closed 4 years ago
What it turns out our project needs is the following, but added to webcrypto-core's CryptoKey (as this is the CryptoKey returned by node-webcrypto-ossl):
webcrypto-core
CryptoKey
node-webcrypto-ossl
get [Symbol.toStringTag]() { return 'CryptoKey'; }
Filed https://github.com/PeculiarVentures/webcrypto-core/issues/30 .
What it turns out our project needs is the following, but added to
webcrypto-core
'sCryptoKey
(as this is theCryptoKey
returned bynode-webcrypto-ossl
):Filed https://github.com/PeculiarVentures/webcrypto-core/issues/30 .