scipr-lab / libsnark

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

Correct, vector<pb_variable<FieldT>>’ is an inaccessible base of ‘variable_array<FieldT> error #176

Closed gargarchit closed 3 years ago

gargarchit commented 4 years ago

This PR corrects error : vector<pb_variable>’ is an inaccessible base of ‘variable_array

closes #175

ValarDragon commented 3 years ago

Thanks for the fix!