From 1b85f2c12cd2881e93bc0a768d60f093222fd8dd Mon Sep 17 00:00:00 2001 From: "sinu.eth" <65924192+sinui0@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:48:44 -0800 Subject: [PATCH] Update ot/mpz-ot-core/src/kos/msgs.rs Co-authored-by: dan --- ot/mpz-ot-core/src/kos/msgs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot/mpz-ot-core/src/kos/msgs.rs b/ot/mpz-ot-core/src/kos/msgs.rs index 372723ab..5fd96223 100644 --- a/ot/mpz-ot-core/src/kos/msgs.rs +++ b/ot/mpz-ot-core/src/kos/msgs.rs @@ -49,7 +49,7 @@ pub struct Extend { } impl Extend { - /// Splits the message into chunks. + /// Returns an iterator over the chunks of the message. pub fn into_chunks(self, chunk_size: usize) -> ExtendChunks { ExtendChunks { chunk_size,