Open AntoineRondelet opened 3 years ago
See: https://github.com/clearmatics/libsnark/issues/35
An example in Zeth is: libzeth/snarks/groth16/groth16_api_handler.hpp that can be changed to libzeth/snarks/groth16/api_handler.hpp etc.
libzeth/snarks/groth16/groth16_api_handler.hpp
libzeth/snarks/groth16/api_handler.hpp
Add an entry about that in the CODING_STANDARDS.md: https://github.com/clearmatics/zeth/blob/master/CODING_STANDARDS.md
See: https://github.com/clearmatics/libsnark/issues/35
An example in Zeth is:
libzeth/snarks/groth16/groth16_api_handler.hpp
that can be changed tolibzeth/snarks/groth16/api_handler.hpp
etc.