Cargo Features

aes_crypto has no features set by default.

[dependencies]
aes_crypto = { version = "1.3.0", features = ["nightly", "constant-time"] }
nightly

Enable this option when using a nightly compiler to possibly boost performance. DO NOT use when not using a nightly compiler. EXPERIMENTAL

constant-time

This option makes the software AES implementation constant-time, but very slow. Has no effect if another implementation is selected