Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed May 26, 2024
1 parent ee41125 commit 84cf8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/precompile/src/bls12_381/g1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub(super) fn encode_g1_point(input: *const blst_p1_affine) -> Bytes {
///
/// If the x or y coordinate do not represent a canonical field element, an error is returned.
///
/// See [check_canonical_fp] for more information.
/// See [fp_from_bendian] for more information.
pub(super) fn decode_and_check_g1(
p0_x: &[u8; 48],
p0_y: &[u8; 48],
Expand Down

0 comments on commit 84cf8c1

Please sign in to comment.