EC_GFp_simple_method function

  1. @Native<Pointer<ec_method_st> Function()>()>()
Pointer<ec_method_st> EC_GFp_simple_method()

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();