ZcashFoundation / redjubjub

A minimal RedJubjub implementation for use in Zebra.
Other
28 stars 21 forks source link

Remove indices #121

Closed upbqdn closed 1 year ago

upbqdn commented 3 years ago

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 to ids (identifiers).

Resolves #116 .


This change is Reviewable

dconnolly commented 3 years 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"))]

conradoplg commented 1 year ago

Closing this since it's oudated, FROST code is now in https://github.com/ZcashFoundation/frost/pulls