Class: Cryptos::EllipticCurve::Group
- Inherits:
-
Struct
- Object
- Struct
- Cryptos::EllipticCurve::Group
- Defined in:
- lib/cryptos/elliptic_curve.rb
Instance Attribute Summary collapse
-
#cofactor ⇒ Object
Returns the value of attribute cofactor.
-
#gx ⇒ Object
Returns the value of attribute gx.
-
#gy ⇒ Object
Returns the value of attribute gy.
-
#order ⇒ Object
Returns the value of attribute order.
-
#prime ⇒ Object
Returns the value of attribute prime.
Instance Attribute Details
#cofactor ⇒ Object
Returns the value of attribute cofactor
3 4 5 |
# File 'lib/cryptos/elliptic_curve.rb', line 3 def cofactor @cofactor end |
#gx ⇒ Object
Returns the value of attribute gx
3 4 5 |
# File 'lib/cryptos/elliptic_curve.rb', line 3 def gx @gx end |
#gy ⇒ Object
Returns the value of attribute gy
3 4 5 |
# File 'lib/cryptos/elliptic_curve.rb', line 3 def gy @gy end |
#order ⇒ Object
Returns the value of attribute order
3 4 5 |
# File 'lib/cryptos/elliptic_curve.rb', line 3 def order @order end |
#prime ⇒ Object
Returns the value of attribute prime
3 4 5 |
# File 'lib/cryptos/elliptic_curve.rb', line 3 def prime @prime end |