Class: PqcRails::Algorithms::Algorithm

Inherits:
Struct
  • Object
show all
Defined in:
lib/pqc_rails/algorithms.rb

Instance Attribute Summary collapse

Instance Attribute Details

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



19
20
21
# File 'lib/pqc_rails/algorithms.rb', line 19

def family
  @family
end

#liboqs_nameObject

Returns the value of attribute liboqs_name

Returns:

  • (Object)

    the current value of liboqs_name



19
20
21
# File 'lib/pqc_rails/algorithms.rb', line 19

def liboqs_name
  @liboqs_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



19
20
21
# File 'lib/pqc_rails/algorithms.rb', line 19

def name
  @name
end

#security_levelObject

Returns the value of attribute security_level

Returns:

  • (Object)

    the current value of security_level



19
20
21
# File 'lib/pqc_rails/algorithms.rb', line 19

def security_level
  @security_level
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



19
20
21
# File 'lib/pqc_rails/algorithms.rb', line 19

def status
  @status
end