This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

dh_compute_key

        # OpenSSL::PKey::EC.dh_compute_key

(from ruby core)
### Implementation from EC
---
    ec.dh_compute_key(pubkey) -> string

---

Derives a shared secret by ECDH. *pubkey* must be an instance of
OpenSSL::PKey::EC::Point and must belong to the same group.

This method is provided for backwards compatibility, and calls #derive
internally.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.