AES-128 support, using the AES-NI extensions.
This commit is contained in:
3
src/aes/mod.rs
Normal file
3
src/aes/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
#[cfg(all(any(target_arch="x86", target_arch="x86_64"),
|
||||
target_feature = "aes"))]
|
||||
pub mod aesni;
|
||||
Reference in New Issue
Block a user