EC_GFp_simple_method function
Returns the basic GFp ec methods which provides the basis for the optimized methods. \return EC_METHOD object
Implementation
@ffi.Native<ffi.Pointer<ec_method_st> Function()>()
external ffi.Pointer<ec_method_st> EC_GFp_simple_method();