Skip to content

Commit

Permalink
fix(aegis_128l): clean up aarch64 pub uses
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Oct 24, 2023
1 parent 8297e73 commit 1c6544d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aegis_128l/aarch64.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pub use core::arch::aarch64::*;
pub use core::arch::asm;
use core::arch::aarch64::{self, *};
use core::arch::asm;

/// An AES block.
pub use self::uint8x16_t as AesBlock;
pub use aarch64::uint8x16_t as AesBlock;

/// Create an all-zero AES block.
#[inline]
Expand Down

0 comments on commit 1c6544d

Please sign in to comment.