point.infinity? => true | false Instance Public methods
point.set_to_infinity! => self Instance Public methods
point.invert! => self Instance Public methods
point.make_affine! => self Instance Public methods
point.to_bn => OpenSSL::BN Instance Public methods See the
point.mul(bn) => pointpoint.mul(bn, bn) => pointpoint.mul([bn], [point]) => pointpoint.mul([bn], [point], bn) => point
point.on_curve? => true | false Instance Public methods
point1 == point2 => true | false Instance Public methods Also aliased as:
==(p1) Instance Public methods Alias for:
OpenSSL::PKey::EC::Point.new(point)OpenSSL::PKey::EC::Point.new(group)OpenSSL::PKey::EC::Point.new(group, bn)