Skip to content

Commit

Permalink
added Sync trait bound
Browse files Browse the repository at this point in the history
Co-authored-by: Cesar Descalzo <Cesar199999@users.noreply.github.com>
  • Loading branch information
Antonio95 and Cesar199999 committed Jun 3, 2024
1 parent d5c6039 commit 265e261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poly-commit/src/linear_codes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ where
type LinCodePCParams: PCUniversalParams
+ PCCommitterKey
+ PCVerifierKey
+ LinCodeParametersInfo<C, H>;
+ LinCodeParametersInfo<C, H>
+ Sync;

/// Does a default setup for the PCS.
fn setup<R: RngCore>(
Expand Down

0 comments on commit 265e261

Please sign in to comment.