pub fn two_adic_subgroup_zerofier<F: TwoAdicField>(log_n: usize, x: F) -> F
Expand description
Computes Z_H(x)
, where Z_H
is the zerofier of a multiplicative subgroup of order 2^log_n
.
pub fn two_adic_subgroup_zerofier<F: TwoAdicField>(log_n: usize, x: F) -> F
Computes Z_H(x)
, where Z_H
is the zerofier of a multiplicative subgroup of order 2^log_n
.