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 29, 2018
1 parent 45ce045 commit f5b3bc8
Show file tree
Hide file tree
Showing 4 changed files with 534 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 @@ -74,6 +74,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 f5b3bc8

Please sign in to comment.