Class: HPKE::DHKEM::EC::P_256

Inherits:
HPKE::DHKEM::EC show all
Defined in:
lib/hpke/dhkem.rb

Instance Method Summary collapse

Methods inherited from HPKE::DHKEM::EC

#create_key_pair_from_secret, #derive_key_pair, #deserialize_public_key, #serialize_public_key

Methods inherited from HPKE::DHKEM

#auth_decap, #auth_encap, #auth_encap_fixed, #decap, #derive_key_pair, #deserialize_public_key, #encap, #encap_fixed, #generate_key_pair, #initialize, #serialize_public_key

Methods included from Util

#i2osp, #os2ip, #xor

Constructor Details

This class inherits a constructor from HPKE::DHKEM

Instance Method Details

#kem_idObject



183
184
185
# File 'lib/hpke/dhkem.rb', line 183

def kem_id
  0x0010
end