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
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.