public static bool IsCurveSupported(EccCurve curve) { #if __MonoCS__ return(false); #else return(RawEccKey.IsCurveSupported(curve)); #endif }
public static bool IsCurveSupported(EccCurve curve) { return(RawEccKey.IsCurveSupported(curve)); }