your secret key, the 'exponent'
public key. Default: base point 9
basepoint^secret.
ubyte[32] publicKey = curve25519(secretKey);
ubyte[32] sharedKey = curve25519(mySecretKey, herPublicKey);
See Implementation