class

OpenSSL::PKey::EC::Point

Inherits Reference < Object

Constructors

new(group : EC::Group, generator : Bool = false)
Source
new(group : EC::Group, point : EC::Point)
Source
new(group : EC::Group, bytes : Bytes)
Source

Instance methods

add(point : EC::Point) : EC::Point
Source
at_position(integer : Bytes)
Source
dup

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.

Source
finalize
Source
group
Source
invert
Source
mul(integer : Int) : EC::Point
Source
mul(integer : BN) : EC::Point
Source
negate
Source
to_slice
Source
to_unsafe
Source
uncompressed_bytes
Source
valid?
Source