Skip to content

Commit

Permalink
Test the reordering attack on BinaryAgreement using net framework
Browse files Browse the repository at this point in the history
  • Loading branch information
d33a94975ba60d59 committed Oct 30, 2018
1 parent 5f21c9a commit 1f591bd
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/binary_agreement/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ use self::bool_set::BoolSet;
use threshold_sign;

pub use self::binary_agreement::BinaryAgreement;
pub use self::sbv_broadcast::Message as SbvMessage;

/// An Binary Agreement error.
#[derive(Clone, Eq, PartialEq, Debug, Fail)]
Expand Down
Loading

0 comments on commit 1f591bd

Please sign in to comment.