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

Yanked v0.7 crypto-mac crate causes build problem

rimbi opened this issue · comments

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

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