Consensys / gnark-crypto

gnark-crypto provides elliptic curve and pairing-based cryptography on BN, BLS12, BLS24 and BW6 curves. It also provides various algorithms (algebra, crypto) of particular interest to zero knowledge proof systems.
Apache License 2.0
495 stars 160 forks source link

chore: fix some function names #526

Closed drawdrop closed 1 month ago

drawdrop commented 1 month ago

Description

fix some function names

Type of change

Please delete options that are not relevant.

How has this been tested?

Please describe the tests that you ran or implemented to verify your changes. Provide instructions so we can reproduce.

How has this been benchmarked?

Please describe the benchmarks that you ran to verify your changes.

Checklist:

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

ivokub commented 1 month ago

Thanks for the contribution. For future reference - we use templates to generate the implementation on different curves. Rerunning go generate ./... would overwrite your changes. I fixed it for now myself (commit 4739395)