Closed NikolayKostadinov21 closed 3 months ago
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
Bn254AffinePoint
bn254.rs
/// An affine point on the BLS12-381 curve.
It should be: /// An affine point on the BN-254 curve.
/// An affine point on the BN-254 curve.
Resolved in https://github.com/succinctlabs/sp1/pull/1310, thanks!
Problem
The comment over the
Bn254AffinePoint
struct in thebn254.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-L10Solution
It should be:
/// An affine point on the BN-254 curve.