fix(codegen): builtin calls for g1 and g2 where flipped

closes #840
This commit is contained in:
rvcas
2024-02-29 12:13:48 -05:00
parent ff5491caa0
commit d698f76e3c
5 changed files with 125 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ pub enum Constant {
Bls12_381MlResult(Box<blst::blst_fp12>),
}
pub struct Data {}
pub struct Data;
// TODO: See about moving these builders upstream to Pallas?
impl Data {