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 a79827d commit 1849d45Copy full SHA for 1849d45
extensions/ecc/circuit/src/ecc_extension.rs
@@ -136,7 +136,7 @@ impl EccExtension {
136
let supported_sw_curves = self
137
.supported_sw_curves
138
.iter()
139
- .map(|curve_config| curve_config.struct_name.to_string())
+ .map(|curve_config| format!("\"{}\"", curve_config.struct_name))
140
.collect::<Vec<String>>()
141
.join(", ");
142
0 commit comments