Skip to content

Commit

Permalink
Add #[allow(non_local_definitions)]
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Mar 3, 2025
1 parent 328f329 commit ddaf7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ascon-aead/src/asconcore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub(crate) trait InternalKey<KS: ArrayLength<u8>>:
fn get_k2(&self) -> u64;
}

#[allow(non_local_definitions)]
#[derive(Clone)]
#[cfg_attr(feature = "zeroize", derive(zeroize::Zeroize, zeroize::ZeroizeOnDrop))]
pub(crate) struct InternalKey16(u64, u64);
Expand Down

0 comments on commit ddaf7ae

Please sign in to comment.