From 84cf8c1ad4f8587b60b9fb8f78114de1a0896a27 Mon Sep 17 00:00:00 2001 From: rakita Date: Sun, 26 May 2024 18:44:14 +0200 Subject: [PATCH] doc fix --- crates/precompile/src/bls12_381/g1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/precompile/src/bls12_381/g1.rs b/crates/precompile/src/bls12_381/g1.rs index 7ba65d4049..6e4b73faab 100644 --- a/crates/precompile/src/bls12_381/g1.rs +++ b/crates/precompile/src/bls12_381/g1.rs @@ -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],