Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Masny committed Oct 21, 2023
1 parent 4268a05 commit 4208d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/secret_sharing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub trait Block: Sized + Copy + Debug {
type Size: ArrayLength;
}


///allows basic secret sharing operations
pub trait WeakSharedValue:
Clone + Copy + PartialEq + Debug + Send + Sync + Sized + Additive + Serializable + 'static
Expand Down

0 comments on commit 4208d1b

Please sign in to comment.