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 871094f commit f1fe70eCopy full SHA for f1fe70e
extensions/ecc/circuit/src/ecc_extension.rs
@@ -42,6 +42,7 @@ pub struct CurveConfig {
42
}
43
44
#[derive(Clone, Debug, derive_new::new, Serialize, Deserialize)]
45
+#[serde(tag = "type")]
46
pub enum CurveCoeffs {
47
SwCurve(SwCurveConfig),
48
TeCurve(TeCurveConfig),
0 commit comments