epir
Version:
EllipticPIR client library (Node.js / TypeScript bindings).
11 lines (8 loc) • 335 B
text/typescript
/**
* 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.
*/
import { createEpir, createDecryptionContext } from './addon';
export { createEpir, createDecryptionContext };