Closed upbqdn closed 1 year ago
The build failure is because of a previously unstable docs feature that has been deprecated, I can fix that
![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
Closing this since it's oudated, FROST code is now in https://github.com/ZcashFoundation/frost/pulls
The previous implementation was using an
index
to refer to a particular FROST participant. These references are handled in a different manner now, so they were changed toid
s (identifiers).Resolves #116 .
This change is