Another offering for Clippy

This commit is contained in:
Georgio Nicolas
2025-09-12 20:34:50 +02:00
committed by benedettadavico
parent ce96af9218
commit 6810e2ebf8
+1 -1
View File
@@ -398,7 +398,7 @@ pub fn baby_step_giant_step(
#[cfg(test)]
mod tests {
use super::*;
use crate::bte::{encryption, keygen, setup, BSGS_TABLE};
use crate::bte::{keygen, setup, BSGS_TABLE};
use rand_core::SeedableRng;
fn verify_hazmat_rand(ciphertext: &Ciphertexts, randomness: &HazmatRandomness) {