Class: PqcRails::HybridKem::Encapsulation

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

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject

Returns the value of attribute ciphertext



40
41
42
# File 'lib/pqc_rails/hybrid_kem.rb', line 40

def ciphertext
  @ciphertext
end

#shared_secretObject

Returns the value of attribute shared_secret



40
41
42
# File 'lib/pqc_rails/hybrid_kem.rb', line 40

def shared_secret
  @shared_secret
end