pub fn derive_isogeny_path2(
c: &Curve2,
gen: &Point2,
ell: u64,
a: u32,
) -> Option<Vec<IsogenyStep2>>Expand description
Unfold one order-โแต kernel generator into the chain of a prime-degree โ-isogenies over ๐ฝ_{pยฒ} โ
the Curve2 analogue of crate::elliptic::derive_isogeny_path. โ an odd prime.