UNPKG

node-seal

Version:

Homomorphic Encryption for TypeScript or JavaScript using Microsoft SEAL

4 lines (3 loc) 130 B
import { SEALLibrary } from './implementation/seal'; declare const _default: () => Promise<SEALLibrary>; export default _default;