Cargo Features

Fheanor has no features set by default.

[dependencies]
fheanor = { version = "0.7.2", features = ["use_hexl", "generic_tests", "fastest_rnsconv"] }
use_hexl

Enables feanor-math-hexl

Affects fheanor::DefaultConvolution, fheanor::DefaultNegacyclicNTT

generic_tests
fastest_rnsconv

a tiny bit faster RNS conversion, at the cost of lots of compile time; most noticable for BFV

Enables unrolled_strassen of feanor-math