A portable version of AES128 key expansion.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[cfg(all(any(target_arch="x86", target_arch="x86_64"),
|
||||
target_feature = "aes"))]
|
||||
pub mod aesni;
|
||||
pub mod aesni;
|
||||
pub mod portable;
|
||||
Reference in New Issue
Block a user