Cargo Features

p3-bn254-fr has no features set by default.

[dependencies]
p3-bn254-fr = { version = "0.2.0", features = ["table", "asm"] }
table

Generate cached table of [0, 2^16) in Bn254Fr at compile time

Enables bn256-table of halo2curves

asm

Enables asm of halo2curves