chore: 修复 clippy 警告 — doc comment 空行

This commit is contained in:
2026-06-16 23:54:35 +08:00
parent b75630f055
commit 9201cd820c
-1
View File
@@ -1,7 +1,6 @@
/// GF(2⁸) Galois 域运算
/// 本原多项式: x⁸ + x⁴ + x³ + x² + 1 = 0x11D
/// 生成元 α = 0x02
use std::sync::OnceLock;
fn exp_table() -> &'static [u8; 512] {