chore: 修复 clippy 警告 — doc comment 空行
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/// GF(2⁸) Galois 域运算
|
/// GF(2⁸) Galois 域运算
|
||||||
/// 本原多项式: x⁸ + x⁴ + x³ + x² + 1 = 0x11D
|
/// 本原多项式: x⁸ + x⁴ + x³ + x² + 1 = 0x11D
|
||||||
/// 生成元 α = 0x02
|
/// 生成元 α = 0x02
|
||||||
|
|
||||||
use std::sync::OnceLock;
|
use std::sync::OnceLock;
|
||||||
|
|
||||||
fn exp_table() -> &'static [u8; 512] {
|
fn exp_table() -> &'static [u8; 512] {
|
||||||
|
|||||||
Reference in New Issue
Block a user