Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jmastr's full-sized avatar

Julian Strobl jmastr

View GitHub Profile
@jmastr
jmastr / 2pMPC_ecdsa.rs
Last active September 25, 2022 11:22
Rust Implementation for Two Party MPC ECDSA
extern crate pad;
extern crate paillier;
extern crate secp256k1;
use paillier::*;
use pad::{PadStr, Alignment};
const Z: &str = "c493cb789beba59cd1db18ff5e5ccf30a39e63d49b03d86f2d5cb5ae2d5e2e44";