scipr-lab / libsnark

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

size_in_bits noinline function should be removed #177

Open gargarchit opened 3 years ago

gargarchit commented 3 years ago

The function size_in_bits defined in G1_variable class, is noinline and act as deleted function. Hence this function should be removed to use G1_variable objects.

Link