Struct elliptic_curve::hash2curve::IsogenyCoefficients
source · [−]pub struct IsogenyCoefficients<F: Field + AddAssign + Mul<Output = F>> {
pub xnum: &'static [F],
pub xden: &'static [F],
pub ynum: &'static [F],
pub yden: &'static [F],
}
This is supported on crate feature
hash2curve
only.Expand description
The coefficients for mapping from one isogenous curve to another
Fields
xnum: &'static [F]
The coefficients for the x numerator
xden: &'static [F]
The coefficients for the x denominator
ynum: &'static [F]
The coefficients for the y numerator
yden: &'static [F]
The coefficients for the x denominator