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