Class: X25519::TestVectors::FixedBaseVector

Inherits:
Struct
  • Object
show all
Defined in:
lib/x25519/test_vectors.rb

Overview

Test vector for fixed-base scalar multiplication

Instance Attribute Summary collapse

Instance Attribute Details

#output_coordObject

Returns the value of attribute output_coord

Returns:

  • (Object)

    the current value of output_coord



24
25
26
# File 'lib/x25519/test_vectors.rb', line 24

def output_coord
  @output_coord
end

#scalarObject

Returns the value of attribute scalar

Returns:

  • (Object)

    the current value of scalar



24
25
26
# File 'lib/x25519/test_vectors.rb', line 24

def scalar
  @scalar
end