Class: PqcRails::HybridKem::Keypair
- Inherits:
-
Struct
- Object
- Struct
- PqcRails::HybridKem::Keypair
- Defined in:
- lib/pqc_rails/hybrid_kem.rb
Instance Attribute Summary collapse
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#public_key ⇒ Object
Returns the value of attribute public_key
39 40 41 |
# File 'lib/pqc_rails/hybrid_kem.rb', line 39 def public_key @public_key end |
#secret_key ⇒ Object
Returns the value of attribute secret_key
39 40 41 |
# File 'lib/pqc_rails/hybrid_kem.rb', line 39 def secret_key @secret_key end |