We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
soft
1 parent 1f7c695 commit f931b81Copy full SHA for f931b81
aes/src/lib.rs
@@ -129,7 +129,6 @@ pub mod hazmat;
129
130
#[macro_use]
131
mod macros;
132
-mod soft;
133
134
use cfg_if::cfg_if;
135
@@ -145,7 +144,9 @@ cfg_if! {
145
144
mod x86;
146
mod autodetect;
147
pub use autodetect::*;
+ mod soft;
148
} else {
149
150
pub use soft::*;
151
}
152
0 commit comments