ZcashFoundation / frost

Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation
https://frost.zfnd.org
Other
133 stars 50 forks source link

Improve DKG documentation #675

Closed conradoplg closed 4 weeks ago

conradoplg commented 2 months ago

The DKG docs is not clear on which packages each part should take.

It's not clear that the map returned as supposed to indicate the identifier of the participant that should get each package.

It's not clear how the input map should be constructed (where do the identifiers come from?)

Improve both API docs and the FROST book.