From 9201cd820cd9c1b4cada157c0af96c82d827e329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Tue, 16 Jun 2026 23:54:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20clippy=20?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=20=E2=80=94=20doc=20comment=20=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/ecc/galois.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/ecc/galois.rs b/core/src/ecc/galois.rs index 9af2121..de2f658 100644 --- a/core/src/ecc/galois.rs +++ b/core/src/ecc/galois.rs @@ -1,7 +1,6 @@ /// GF(2⁸) Galois 域运算 /// 本原多项式: x⁸ + x⁴ + x³ + x² + 1 = 0x11D /// 生成元 α = 0x02 - use std::sync::OnceLock; fn exp_table() -> &'static [u8; 512] {