You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for your library, which has been very helpful for my project. I have been using it to encode and decode files, and it works well when repairing some erasures in data blocks. However, I encounter an issue where it returns all zeros when trying to repair parity blocks. While re-encoding to recover the parity blocks is a feasible workaround, I am curious to understand why I am getting all zeros in my current approach. Thank you again for your time and attention!
Firstly, thank you for your library, which has been very helpful for my project. I have been using it to encode and decode files, and it works well when repairing some erasures in data blocks. However, I encounter an issue where it returns all zeros when trying to repair parity blocks. While re-encoding to recover the parity blocks is a feasible workaround, I am curious to understand why I am getting all zeros in my current approach. Thank you again for your time and attention!
Here are my code context:
The text was updated successfully, but these errors were encountered: