-
Notifications
You must be signed in to change notification settings - Fork 1
Example: Dining cryptographers #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
include GUIDE.md in the crate docs Add links to internal types
Reduce boilerplate by leveraging TestVerifier
The code looks good to me, but I'm still not convinced about the directory layout. It looks weird, especially next to the other example which is a library. Are you sure this makes it easier to understand as opposed to it being in |
Just realized there's #115. I guess this'll go in then, but I do hope we clean it up soon (famous last words, I know). |
Implement Dining cryptographers problem in
manul
, as an example of a non-trivial protocol.manul
. Probably needs more/better material but it's a start.Questions
[[bin]]
in themanul-examples
cargo file so users can run withcargo run
, but open to other suggestions.