Class: PqcRails::DhKem::Encapsulation
- Inherits:
-
Struct
- Object
- Struct
- PqcRails::DhKem::Encapsulation
- Defined in:
- lib/pqc_rails/dh_kem.rb
Instance Attribute Summary collapse
-
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
-
#shared_secret ⇒ Object
Returns the value of attribute shared_secret.
Instance Attribute Details
#ciphertext ⇒ Object
Returns the value of attribute ciphertext
27 28 29 |
# File 'lib/pqc_rails/dh_kem.rb', line 27 def ciphertext @ciphertext end |
#shared_secret ⇒ Object
Returns the value of attribute shared_secret
27 28 29 |
# File 'lib/pqc_rails/dh_kem.rb', line 27 def shared_secret @shared_secret end |