From e4ad0ec60aaec430ed1719249fbed44f8bed20b5 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 25 Jul 2018 12:23:08 -0700 Subject: [PATCH] Remove outdated note about powers-of-two --- src/ristretto.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ristretto.rs b/src/ristretto.rs index 771b8ff..eff2919 100644 --- a/src/ristretto.rs +++ b/src/ristretto.rs @@ -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;