mpz-ts

September 23, 2024 ยท View on GitHub

Backend for https://github.com/voltrevo/mpc-framework powered by privacy-scaling-explorations/mpz.

Usage

npm install mpz-ts
import { MpzSemiHonestBackend } from 'mpz-ts';

const mpzBackend = new MpzSemiHonestBackend();

// Use with mpc-framework
// https://github.com/voltrevo/mpc-framework