Skip to content

Commit

Permalink
doc: shards multiple of 64 -> 2 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersTrier committed Aug 4, 2024
1 parent 883dfd5 commit 02ebe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ cargo bench main
## Simple usage

1. Divide data into equal-sized original shards.
Shard size must be multiple of 64 bytes.
Shard size must be multiple of 2 bytes.
2. Decide how many recovery shards you want.
3. Generate recovery shards with [`reed_solomon_simd::encode`].
4. When some original shards get lost, restore them with [`reed_solomon_simd::decode`].
Expand Down

0 comments on commit 02ebe4d

Please sign in to comment.