Cargo Features

[dependencies]
hints = { version = "0.0.3", default-features = false, features = ["asm", "parallel"] }
default = asm, parallel

These default features are set whenever hints is added without default-features = false somewhere in the dependency tree.

asm default

Enables asm of ark-ff

parallel default

Enables rayon, parallel of ark-ec, ark-ff, and ark-std

hinTS has 3 features without comments.

Features from optional dependencies

Dependencies