Open ebfull opened 4 years ago
Right now README.md calls the parameter for the curve z, but in various places in the code it is called x. Probably the code should be changed to match the README. (This shouldn't affect the API.)
README.md
z
x
This includes mul_by_x introduced in #18.
mul_by_x
Right now
README.md
calls the parameter for the curvez
, but in various places in the code it is calledx
. Probably the code should be changed to match the README. (This shouldn't affect the API.)