Cargo Features
[dependencies]
cryptonight-hash = { version = "0.1.2", default-features = false, features = ["aesni"] }
- default = aesni
-
The
aesni
feature is set by default whenevercryptonight-hash
is added without
somewhere in the dependency tree.default-features = false - aesni default
-
Enable AES CPU extensions if available.