Ecdh constructor

Ecdh()

Implementation

Ecdh() {
  uECC_RNG_Function rng = Pointer.fromFunction(_rng, 0);
  _ecc.uECC_set_rng(rng);
}