ZenGo-X / multi-party-schnorr

Rust implementation of multi-party Schnorr signatures over elliptic curves.
GNU General Public License v3.0
170 stars 42 forks source link

add simple schnorr protocol test #2

Closed omershlo closed 6 years ago

omershlo commented 6 years ago

at the moment test.rs contains only {2,2} test. It is feasible to expand party1 interface to generate simple schnorr signature

omershlo commented 6 years ago

done in #8 and #7