Cargo Features

HE-Ring has no features set by default.

[dependencies]
he-ring = { version = "0.5.2", features = ["use_hexl", "force_rns_conversion_full_reduction", "generic_tests", "fastest_rnsconv"] }
use_hexl

Enables feanor-math-hexl

Affects he-ring::DefaultConvolution, he-ring::DefaultNegacyclicNTT

force_rns_conversion_full_reduction
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