refactor: Apply general cargo recommendations
This commit is contained in:
parent
2f0e265ed6
commit
b24c703429
4 changed files with 3 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue