Class: X25519::TestVectors::VariableBaseVector

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

Overview

Test vector for variable-base scalar multiplication

Instance Attribute Summary collapse

Instance Attribute Details

#input_coordObject

Returns the value of attribute input_coord

Returns:

  • (Object)

    the current value of input_coord



7
8
9
# File 'lib/x25519/test_vectors.rb', line 7

def input_coord
  @input_coord
end

#output_coordObject

Returns the value of attribute output_coord

Returns:

  • (Object)

    the current value of output_coord



7
8
9
# File 'lib/x25519/test_vectors.rb', line 7

def output_coord
  @output_coord
end

#scalarObject

Returns the value of attribute scalar

Returns:

  • (Object)

    the current value of scalar



7
8
9
# File 'lib/x25519/test_vectors.rb', line 7

def scalar
  @scalar
end