pub fn curve_security(p: u64, order: u64) -> Option<CurveWeakness>Expand description
Audit a curve of known order #E over ๐ฝ_p for the structural ECDLP weaknesses. None means the only
attacks that apply are the generic O(โยท) ones โ the honest ceiling, not a proof of security.