Skip to content

Commit

Permalink
nit: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 24, 2024
1 parent f0c3f66 commit f7c7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptography/bls12_381/src/batch_add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use blstrs::{Fp, G1Affine, G1Projective};
use ff::Field;
use group::Group;

/// Adds two elliptic curve points using the point addition formula.
/// Adds two elliptic curve points using the point addition/doubling formula.
///
/// Note: The inversion is precomputed and passed as a parameter.
///
Expand Down

0 comments on commit f7c7b2e

Please sign in to comment.