Skip to content

Commit

Permalink
Update ot/mpz-ot-core/src/kos/msgs.rs
Browse files Browse the repository at this point in the history
Co-authored-by: dan <[email protected]>
  • Loading branch information
sinui0 and themighty1 authored Feb 9, 2024
1 parent 2bc3da2 commit 1b85f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ot/mpz-ot-core/src/kos/msgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1b85f2c

Please sign in to comment.