OpenSSL::PKey::EC::Point
Inherits Reference < Object
Constructors
new(group : EC::Group, generator : Bool = false)
Sourcenew(group : EC::Group, point : EC::Point)
Sourcenew(group : EC::Group, bytes : Bytes)
SourceInstance methods
add(point : EC::Point) : EC::Point
Sourceat_position(integer : Bytes)
Sourcedup
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self into it.
finalize
Sourcegroup
Sourceinvert
Sourcemul(integer : Int) : EC::Point
Sourcemul(integer : BN) : EC::Point
Sourcenegate
Sourceto_slice
Sourceto_unsafe
Sourceuncompressed_bytes
Sourcevalid?
Source