Cargo Features

[dependencies]
zkevm-hashes = { version = "0.2.1", default-features = false, features = ["display", "halo2-axiom", "jemallocator", "mimalloc", "asm"] }
default = display, halo2-axiom

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

display default

Enables display of snark-verifier-sdk

always included but without features to use Native poseidon and get CircuitExt trait

halo2-axiom default

Enables halo2-axiom of halo2-base and snark-verifier-sdk

jemallocator

Enables jemallocator of halo2-base

mimalloc

Enables mimalloc of halo2-base

asm

Enables asm of halo2-base