Skip to content

Commit e048e5a

Browse files
committed
aes: fix armv8
1 parent 63f0bd3 commit e048e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aes/src/armv8.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ use cipher::{
2929
BlockCipher, BlockDecrypt, BlockEncrypt, NewBlockCipher,
3030
};
3131
use core::arch::aarch64::*;
32+
use core::fmt;
3233

3334
macro_rules! define_aes_impl {
3435
(

0 commit comments

Comments
 (0)