ZenGo-X / multi-party-ecdsa

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

Yanked v0.7 crypto-mac crate causes build problem #135

Closed rimbi closed 2 years ago

rimbi commented 2 years ago

I face a problem due to the yanked v0.7 crypto-mac crate There is this dependency tree causing the problem: crypto-mac <- hmac <- curv <- multi-party-ecdsa

survived commented 2 years ago

Hi @rimbi, we've fixed the problem by releasing curv v0.7.1 with bumped hmac. multi-party-ecdsa should be buildable now!