ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why did you replace libsecp256k1 with secp256k1?

winston-wen opened this issue · comments

I've be struggling on porting multi-party-ecdsa to SGX. It's really tedious work to port the C & Rust hybrid crate secp256k1. So I resort to your advice -- is there any pitfall with the pure Rust crate libsecp256k1 ?