Skip to content

Commit

Permalink
aead: fixup hybrid-array migration (#1531)
Browse files Browse the repository at this point in the history
This macro is pulled from `AEADs.git` crates.
  • Loading branch information
baloo authored Mar 4, 2024
1 parent b2e31d8 commit ea334c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aead/src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ macro_rules! new_test {
#[test]
fn $name() {
use aead::{
array::{typenum::Unsigned, Array},
dev::blobby::Blob6Iterator,
generic_array::{typenum::Unsigned, GenericArray},
Aead, KeyInit, Payload,
};

Expand Down

0 comments on commit ea334c2

Please sign in to comment.