Skip to content

Commit

Permalink
chore: typo (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 6, 2025
1 parent 333651b commit ae30e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/consensus-core/src/types/bls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Signature {

let generator_g1_negative = G1Affine::from(-G1Projective::generator());

// Faster ate2 evaualtion checks e(S, -G1) * e(H, PK) == 1
// Faster ate2 evaluation checks e(S, -G1) * e(H, PK) == 1
ate2_evaluation(&sig_point, &generator_g1_negative, &msg_hash, &key_point)
}

Expand Down

0 comments on commit ae30e6b

Please sign in to comment.