compute Ephemeral Public Keys And Shared Secrets
fun computeEphemeralPublicKeysAndSharedSecrets(sessionKey: PrivateKey, publicKeys: List<PublicKey>): Pair<List<PublicKey>, List<ByteVector32>>
Content copied to clipboard
Compute the ephemeral public keys and shared secrets for all nodes on the route.
Return
a tuple (ephemeral public keys, shared secrets).
Parameters
session Key
this node's session key.
public Keys
public keys of each node on the route.