Skip to content

Commit

Permalink
make u32vec available
Browse files Browse the repository at this point in the history
  • Loading branch information
Colfenor committed Nov 2, 2024
1 parent 29d4265 commit b293955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ impl TestData {

impl_parser_per_type!(u8vec, 8, u8);
impl_parser_per_type!(u16vec, 16, u16);
#[cfg(feature = "kem")]
impl_parser_per_type!(u32vec, 32, u32);
impl_parser_per_type!(u64vec, 64, u64);
//impl_parser_per_type!(i8vec, 8, i8);
Expand Down

0 comments on commit b293955

Please sign in to comment.