evervault / node-secureworker

Run JavaScript inside an Intel SGX Enclave as easily as using a Web Worker
https://www.npmjs.com/package/secureworker
BSD 3-Clause "New" or "Revised" License
102 stars 16 forks source link

Mock implementation should probably be all moved to this repository #8

Closed mitar closed 7 years ago

mitar commented 7 years ago

Most of the mock implementation is probably the same as everyone using mock version of the package would be satisfied with (they can still override it). Probably only SecureWorker._resolveContentKey is the only one which has to be implemented.