Skip to content

Commit 1798502

Browse files
committed
cargo fmt
1 parent d578ff7 commit 1798502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/traits.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ pub trait SigmaProtocol {
8383
fn instance_label(&self) -> impl AsRef<[u8]>;
8484
}
8585

86-
8786
type Transcript<P> = (
8887
<P as SigmaProtocol>::Commitment,
8988
<P as SigmaProtocol>::Challenge,
9089
<P as SigmaProtocol>::Response,
9190
);
9291

93-
9492
/// A trait defining the behavior of a Sigma protocol for which simulation of transcripts is necessary.
9593
///
9694
/// All Sigma protocols can technically simulate a valid transcript, but this mostly serve to prove the security of the protocol and is not used in the real protocol execution.

0 commit comments

Comments
 (0)