scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.8k stars 570 forks source link

NO type named ‘base_field_type’ in ‘class libsnark::default_tinyram_zksnark_pp’ #179

Open gargarchit opened 3 years ago

gargarchit commented 3 years ago

Error: no type named base_field_type in class libsnark::default_tinyram_zksnark_pp

In ram_params base_field_type is referred but it is not declared in default_tinyram_zksnark_pp

https://github.com/scipr-lab/libsnark/blob/c6dab2f2d6a4af31528ee09d6cfe4f6048e2c1b9/libsnark/relations/ram_computations/rams/ram_params.hpp#L41