Class: PqcRails::Algorithms::Algorithm
- Inherits:
-
Struct
- Object
- Struct
- PqcRails::Algorithms::Algorithm
- Defined in:
- lib/pqc_rails/algorithms.rb
Instance Attribute Summary collapse
-
#family ⇒ Object
Returns the value of attribute family.
-
#liboqs_name ⇒ Object
Returns the value of attribute liboqs_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#security_level ⇒ Object
Returns the value of attribute security_level.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#family ⇒ Object
Returns the value of attribute family
19 20 21 |
# File 'lib/pqc_rails/algorithms.rb', line 19 def family @family end |
#liboqs_name ⇒ Object
Returns the value of attribute liboqs_name
19 20 21 |
# File 'lib/pqc_rails/algorithms.rb', line 19 def liboqs_name @liboqs_name end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/pqc_rails/algorithms.rb', line 19 def name @name end |
#security_level ⇒ Object
Returns the value of attribute security_level
19 20 21 |
# File 'lib/pqc_rails/algorithms.rb', line 19 def security_level @security_level end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/pqc_rails/algorithms.rb', line 19 def status @status end |