class ECInfinity
Public Class Methods
to_xy()
click to toggle source
# File lib/rb-pure25519.rb, line 76 def self.to_xy self end
Public Instance Methods
inspect()
click to toggle source
# File lib/rb-pure25519.rb, line 79 def inspect "#<ECInfinity>" end
to_s()
click to toggle source
# File lib/rb-pure25519.rb, line 82 def to_s; inspect; end