Function getPublicNonce

Derive the pair of public nonces from the given pair of privaten onces.

PublicNonce getPublicNonce (
  in ref const(PrivateNonce) priv_nonce
);

Parameters

NameDescription
priv_nonce the pair of private nonces.

Returns

the pair of public nonces.