Skip to content

Commit

Permalink
Removed unnecessary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Aug 24, 2023
1 parent 87bb35f commit 087c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kem/kyber768/ind_cpa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::kem::kyber768::conversions::{
};

use crate::kem::kyber768::{
arithmetic::{barrett_reduce, KyberPolynomialRingElement},
arithmetic::KyberPolynomialRingElement,
compress::{compress, decompress},
ntt::{
kyber_polynomial_ring_element_mod::{invert_ntt, ntt_representation},
Expand Down

0 comments on commit 087c049

Please sign in to comment.