Class: H2C::M2C::SSWUAB0
- Inherits:
-
Object
- Object
- H2C::M2C::SSWUAB0
- Defined in:
- lib/h2c/m2c/sswuab0.rb
Overview
Instance Attribute Summary collapse
-
#iso ⇒ Object
readonly
Returns the value of attribute iso.
-
#sswu ⇒ Object
readonly
Returns the value of attribute sswu.
Instance Method Summary collapse
-
#initialize(iso, z) ⇒ SSWUAB0
constructor
Constructor.
- #map(u) ⇒ ECDSA::Point
Constructor Details
Instance Attribute Details
#iso ⇒ Object (readonly)
Returns the value of attribute iso.
6 7 8 |
# File 'lib/h2c/m2c/sswuab0.rb', line 6 def iso @iso end |
#sswu ⇒ Object (readonly)
Returns the value of attribute sswu.
6 7 8 |
# File 'lib/h2c/m2c/sswuab0.rb', line 6 def sswu @sswu end |
Instance Method Details
#map(u) ⇒ ECDSA::Point
19 20 21 22 23 |
# File 'lib/h2c/m2c/sswuab0.rb', line 19 def map(u) p = sswu.map(u) coordinate = iso.map(p.x, p.y) iso.e1.new_point(coordinate) end |