succinctlabs / sp1

The fastest, most feature-complete zkVM for developers.
https://succinctlabs.github.io/sp1
Apache License 2.0
993 stars 323 forks source link

Wrong comment of struct in `bn254.rs` #1300

Closed NikolayKostadinov21 closed 3 months ago

NikolayKostadinov21 commented 3 months ago

Problem

The comment over the Bn254AffinePoint struct in the bn254.rs file was mistakenly left /// An affine point on the BLS12-381 curve.: https://github.com/succinctlabs/sp1/blob/57867346f086a0c15e0503d693d897bda6bf06b0/zkvm/lib/src/bn254.rs#L7-L10

Solution

It should be: /// An affine point on the BN-254 curve.

ratankaliani commented 3 months ago

Resolved in https://github.com/succinctlabs/sp1/pull/1310, thanks!