You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the API of this crate is complicated, the examples will be the first thing potential users will look at. Currently they are quite messy and poorly documented.
What we need is:
Extend the documentation, starting from README explaining which example demonstrates which functionality;
Make the example protocols more realistic. Perhaps we can simplify the CGGMP presigning/signing, by cutting out all the Paillier stuff (this will be a good example for chaining protocols, too)? Or perhaps FROST (or a simplified form of it) will work?
The text was updated successfully, but these errors were encountered:
Since the API of this crate is complicated, the examples will be the first thing potential users will look at. Currently they are quite messy and poorly documented.
What we need is:
The text was updated successfully, but these errors were encountered: