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 a7488b3 commit 70dd37cCopy full SHA for 70dd37c
spartan_parallel/src/scalar/mod.rs
@@ -42,7 +42,7 @@ pub trait SpartanExtensionField:
42
+ Hash
43
+ From<Self::InnerType>
44
+ fmt::Debug
45
- + Mul<Self::BaseField>
+ + Mul<Self::BaseField, Output = Self>
46
+ MulAssign<Self::BaseField>
47
{
48
/// Inner Goldilocks extension field
0 commit comments