Class: PqcRails::Kem::Keypair

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

Instance Attribute Summary collapse

Instance Attribute Details

#public_keyObject

Returns the value of attribute public_key



22
23
24
# File 'lib/pqc_rails/kem.rb', line 22

def public_key
  @public_key
end

#secret_keyObject

Returns the value of attribute secret_key



22
23
24
# File 'lib/pqc_rails/kem.rb', line 22

def secret_key
  @secret_key
end