mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove outdated note about powers-of-two
This commit is contained in:
parent
b7dab8d083
commit
e4ad0ec60a
1 changed files with 0 additions and 3 deletions
|
|
@ -400,9 +400,6 @@ impl RistrettoPoint {
|
|||
/// \mathrm{enc}( [2]P\_1), \ldots, \mathrm{enc}( [2]P\_n ) \\)
|
||||
/// in a batch.
|
||||
///
|
||||
/// This function has optimal performance when the batch size is a
|
||||
/// power of two, but this is not a requirement.
|
||||
///
|
||||
/// ```
|
||||
/// # extern crate curve25519_dalek;
|
||||
/// # use curve25519_dalek::ristretto::RistrettoPoint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue