Skip to content

Commit

Permalink
Add documentation for the mithril-common::protocol module
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Jul 11, 2023
1 parent 39b8b57 commit f4185bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mithril-common/src/protocol/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//! Todo: module doc
//! Protocol module
//!
//! This module contains types that standardize and make easier mithril protocol operations
//! such as issuing single signatures, aggregating them as multi-signatures or computing
//! aggregate verification keys.

mod multi_signer;
mod signer_builder;
Expand Down

0 comments on commit f4185bf

Please sign in to comment.