UNPKG

epir

Version:

EllipticPIR client library (Node.js / TypeScript bindings).

13 lines 691 B
"use strict"; /** * IMPORTANT NOTICE: * If you are using libepir on browsers, please import `src_ts/wasm.ts` directory * instead of using this file nor using built JS files in `dist` since WebWorker code * won't work correctly. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.createDecryptionContext = exports.createEpir = void 0; const addon_1 = require("./addon"); Object.defineProperty(exports, "createEpir", { enumerable: true, get: function () { return addon_1.createEpir; } }); Object.defineProperty(exports, "createDecryptionContext", { enumerable: true, get: function () { return addon_1.createDecryptionContext; } }); //# sourceMappingURL=index.js.map