Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTrier committed Aug 4, 2024
1 parent 4e22b45 commit 2ab7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/shards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub(crate) struct Shards {
// Number of 64 byte chunks in a shard
shard_len_64: usize,

// Flat array of `shard_count * shard_bytes` bytes.
// Flat array of `shard_count * (shard_bytes.div_ceil(64) * 64)` bytes.
data: Vec<[u8; 64]>,
}

Expand Down

0 comments on commit 2ab7ccd

Please sign in to comment.