mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-07 20:30:39 +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)
|
/// Given a vector of public scalars and a vector of (possibly secret)
|
||||||
/// points, compute
|
/// points, compute `c_1 P_1 + ... + c_n P_n`.
|
||||||
///
|
|
||||||
/// c_1 P_1 + ... + c_n P_n.
|
|
||||||
///
|
///
|
||||||
/// # Input
|
/// # Input
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue