diff --git a/ot/mpz-ot/src/lib.rs b/ot/mpz-ot/src/lib.rs index fa0131d8..8ff88faf 100644 --- a/ot/mpz-ot/src/lib.rs +++ b/ot/mpz-ot/src/lib.rs @@ -80,7 +80,7 @@ where /// /// * `sink` - The IO sink to the receiver. /// * `stream` - The IO stream from the receiver. - /// * `count` - The number of random messages to get. + /// * `count` - The number of pairs of random messages to output. async fn send_random< Si: IoSink + Send + Unpin, St: IoStream + Send + Unpin,