refactor: Apply general cargo recommendations

This commit is contained in:
Alivecow 2024-12-22 18:13:23 +01:00
parent 2f0e265ed6
commit b24c703429
4 changed files with 3 additions and 10 deletions

View file

@ -8,9 +8,7 @@ use std::{
use anyhow::{anyhow, Ok, Result};
use crate::utils::poly::bgfmul;
use super::poly::polynomial_2_block;
use super::{
math::{reverse_bits_in_bytevec, xor_bytes},
poly::gfmul,