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