Class: Rb25519::FField::EC25519
- Inherits:
-
MontgomeryEC
- Object
- EC
- MontgomeryEC
- Rb25519::FField::EC25519
- Defined in:
- lib/rb-pure25519.rb
Instance Attribute Summary collapse
-
#gen ⇒ Object
Returns the value of attribute gen.
Attributes inherited from MontgomeryEC
Attributes inherited from EC
Instance Method Summary collapse
-
#initialize ⇒ EC25519
constructor
A new instance of EC25519.
Methods inherited from MontgomeryEC
#double_point, #on_curve, #point_add, #pts, #scale_proj, #xz_double, #xz_from_xy, #xz_simple_add, #xz_to_xy
Methods inherited from EC
#naive_points, #on_curve, #point_add, #scale_double_add, #scale_naive
Constructor Details
Instance Attribute Details
#gen ⇒ Object
Returns the value of attribute gen.
509 510 511 |
# File 'lib/rb-pure25519.rb', line 509 def gen @gen end |