Put math/code in a docstring in ticks.

This commit is contained in:
Isis Lovecruft 2017-05-27 18:24:02 +00:00
parent 2485472023
commit 60692ce891
Failed to extract signature

View file

@ -1187,9 +1187,7 @@ pub mod vartime {
}
/// Given a vector of public scalars and a vector of (possibly secret)
/// points, compute
///
/// c_1 P_1 + ... + c_n P_n.
/// points, compute `c_1 P_1 + ... + c_n P_n`.
///
/// # Input
///