-
- Downloads
add support for decoding recoded shards (!13)
- should close #3 - based on top of !12 > **Note** > - commits containing "_DEBUG_" will be removed once this is done > - this MR is based on !12 and will be rebased on top of `main` once !12 lands i think this is best [reviewed commit by commit](!13 (58cec473))
parent
ab7c61f2
No related branches found
No related tags found
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- komodo.nu 23 additions, 1 deletionkomodo.nu
- src/fec.rs 67 additions, 16 deletionssrc/fec.rs
- src/lib.rs 65 additions, 41 deletionssrc/lib.rs
- src/linalg.rs 51 additions, 0 deletionssrc/linalg.rs
- src/main.rs 51 additions, 10 deletionssrc/main.rs
- tests/cli.nu 2 additions, 2 deletionstests/cli.nu
... | ... | @@ -13,6 +13,7 @@ ark-poly = "0.4.2" |
ark-poly-commit = "0.4.0" | ||
ark-serialize = "0.4.2" | ||
ark-std = "0.4.0" | ||
rand = "0.8.5" | ||
rs_merkle = "1.4.1" | ||
thiserror = "1.0.50" | ||
tracing = "0.1.40" | ||
... | ... |
Please register or sign in to comment