From e8144ae144b1ef71357a6abf027dae6e965948d6 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Fri, 6 Sep 2024 13:43:01 +0100 Subject: [PATCH] Update cryptography/bls12_381/src/fixed_base_msm_blst.rs --- cryptography/bls12_381/src/fixed_base_msm_blst.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/bls12_381/src/fixed_base_msm_blst.rs b/cryptography/bls12_381/src/fixed_base_msm_blst.rs index d9d6e032..61828c3b 100644 --- a/cryptography/bls12_381/src/fixed_base_msm_blst.rs +++ b/cryptography/bls12_381/src/fixed_base_msm_blst.rs @@ -77,7 +77,6 @@ impl FixedBaseMSMPrecompBLST { point = -point; } - // Time pushing to windows_of_points windows_of_points[window_idx].push(point); } }