ComputeSki computes the shared secret.
the random number generated by the user.
the xi computed by the user.
the computed zi by the 'right' neighbor (in a cycle)
the list of all the xi computed by all the users.
computeXi computes the second value to broadcast to all users once the zi from the left and right neighbor is received.
the random number generated by the user.
the computed zi by the 'left' neighbor (in a cycle)
the computed zi by the 'right' neighbor (in a cycle)
computeZi computes the first value to broadcast to all users.
the random number generated by the user.
deriveKey derives a symmetric key given a shared secret.
the shared secret computed with the key agreement protocol.
generateRi computes the secret value used by the protocol.
indexOf returns the index of the xi in the given list.
the list of all the xi from the users.
the xi computed by the user.
Generated using TypeDoc
Prime number to use with the different modular operations.