ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
963 stars 310 forks source link

replace all expect() with Errortype #182

Closed 1xstj closed 1 year ago

1xstj commented 1 year ago

Replace all .expect() in code with ErrorType struct for better error handling and avoiding unwanted panic.

cc @drewstone @shekohex