Module curve25519_dalek::ristretto::vartime [] [src]

Variable-time operations on ristretto points, useful for non-secret data.

Functions

multiscalar_mult

Given an iterable of public scalars and an iterable of public points, compute $$ Q = c_1 P_1 + \cdots + c_n P_n. $$