133def isKnownWeakFamily : CurveFamily → Prop 134 | CurveFamily.anomalous => True 135 | CurveFamily.supersingular => True 136 | CurveFamily.smallEmbeddingDegree => True 137 | _ => False 138 139/-- Watch predicate: a candidate invariant is being tested only on public data 140and against an explicitly tagged curve family. This carries no security claim. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.