/**
 * 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 };
