Skip to content

Commit 459f331

Browse files
committed
fix: correct import order in encode tests
1 parent c138f6b commit 459f331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-lattice/tests/encode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use hybrid_array::typenum::{U1, U4, U10, U12};
44
use module_lattice::algebra::{Elem, NttPolynomial, NttVector, Polynomial, Vector};
5-
use module_lattice::encode::{byte_decode, byte_encode, Encode};
5+
use module_lattice::encode::{Encode, byte_decode, byte_encode};
66

77
// Field used by ML-KEM.
88
module_lattice::define_field!(KyberField, u16, u32, u64, 3329);

0 commit comments

Comments
 (0)