class Rb25519::FField::EC25519
Attributes
gen[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Rb25519::FField::MontgomeryEC::new
# File lib/rb-pure25519.rb, line 511 def initialize super(FField.new(2**255 - 19), a: 486662, b: 1 ) end