mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Put math/code in a docstring in ticks.
This commit is contained in:
parent
2485472023
commit
60692ce891
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in a new issue