Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Merge 0f2b850 into edd8b75
Browse files Browse the repository at this point in the history
  • Loading branch information
oetyng committed Mar 31, 2021
2 parents edd8b75 + 0f2b850 commit ef8b273
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ pub struct Itinerary {
}

impl Itinerary {
/// Elders will aggregate a group sig before
/// they all all send one copy of it each to dst.
pub fn aggregate_at_src(&self) -> bool {
matches!(self.aggregation, Aggregation::AtSource)
}

/// Elders will send their signed message, which
/// recipients aggregate.
pub fn aggregate_at_dst(&self) -> bool {
Expand All @@ -52,9 +46,6 @@ impl Itinerary {
pub enum Aggregation {
/// No aggregation is made, eg. when the payload contains full authority.
None,
/// Elders will aggregate a group sig before
/// they all all send one copy of it each to dst.
AtSource,
/// Elders will send their signed message, which
/// recipients aggregate.
AtDestination,
Expand Down

0 comments on commit ef8b273

Please sign in to comment.