We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90432fc commit b2e6ea4Copy full SHA for b2e6ea4
src/traits.rs
@@ -561,7 +561,7 @@ pub trait Monty:
561
type Integer: Integer<Monty = Self>;
562
563
/// The precomputed data needed for this representation.
564
- type Params: Clone;
+ type Params: 'static + Clone + Debug + Eq + Sized + Send + Sync;
565
566
/// Create the precomputed data for Montgomery representation of integers modulo `modulus`.
567
fn new_params(modulus: Odd<Self::Integer>) -> Self::Params;
0 commit comments