pub trait SWUConfig: SWCurveConfig {
const ZETA: Self::BaseField;
}
Expand description
Trait defining the necessary parameters for the SWU hash-to-curve method for the curves of Weierstrass form of: y^2 = x^3 + a*x + b where ab != 0. From [[WB2019]]
- [[WB2019]] https://eprint.iacr.org/2019/403