zkcrypto / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group
Other
304 stars 178 forks source link

Change BLS parameter to z #22

Open ebfull opened 4 years ago

ebfull commented 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.)

ebfull commented 4 years ago

This includes mul_by_x introduced in #18.