UNPKG

node-seal

Version:

Homomorphic Encryption for TypeScript or JavaScript using Microsoft SEAL

4 lines (3 loc) 173 B
import { SEALLibrary } from '../implementation/seal'; import { Loader } from './loader'; export declare const SEAL: (Loader: () => Promise<Loader>) => Promise<SEALLibrary>;