Cargo Features

[dependencies]
cryptonight-hash = { version = "0.1.2", default-features = false, features = ["aesni"] }
default = aesni

The aesni feature is set by default whenever cryptonight-hash is added without default-features = false somewhere in the dependency tree.

aesni default

Enable AES CPU extensions if available.