Implemented reed-solomon erasure coding (encoding and decoding) with dynamically set amount of data shards and parity shards via config

This commit is contained in:
2026-03-18 23:45:59 +01:00
parent 644314f878
commit 330bd76fb3
13 changed files with 751 additions and 21 deletions

View File

@@ -28,3 +28,4 @@ tower = "0.5.3"
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
uuid = { version = "1.22.0", features = ["v4"] }
anyhow = "1.0.102"