Class: X25519::TestVectors::VariableBaseVector
- Inherits:
-
Struct
- Object
- Struct
- X25519::TestVectors::VariableBaseVector
- Defined in:
- lib/x25519/test_vectors.rb
Overview
Test vector for variable-base scalar multiplication
Instance Attribute Summary collapse
-
#input_coord ⇒ Object
Returns the value of attribute input_coord.
-
#output_coord ⇒ Object
Returns the value of attribute output_coord.
-
#scalar ⇒ Object
Returns the value of attribute scalar.
Instance Attribute Details
#input_coord ⇒ Object
Returns the value of attribute input_coord
7 8 9 |
# File 'lib/x25519/test_vectors.rb', line 7 def input_coord @input_coord end |
#output_coord ⇒ Object
Returns the value of attribute output_coord
7 8 9 |
# File 'lib/x25519/test_vectors.rb', line 7 def output_coord @output_coord end |
#scalar ⇒ Object
Returns the value of attribute scalar
7 8 9 |
# File 'lib/x25519/test_vectors.rb', line 7 def scalar @scalar end |