class Net::SSH::Transport::Kex::EcdhSHA2NistP256

def ecdh_public_key_bytes

# string Q_C, client's ephemeral public key octet string
def ecdh_public_key_bytes
  ecdh.public_key.to_bn.to_s(2)
end