frostfs-sdk-go/object/erasurecode
Airat Arifullin 3de256d05e [#223] object: Introduce new fields for ECHeader
* Introduce `parentSplitID`, `parentSplitParentID` fields
  for `ECHeader`;
* Fix ECHeader's constructor;
* Fix `Split` and `Reconstruct`;
* Add unit-tests.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-05-17 15:16:28 +03:00
..
constructor.go [#205] object: Initial EC implementation 2024-03-22 10:14:12 +00:00
constructor_test.go [#205] object: Initial EC implementation 2024-03-22 10:14:12 +00:00
reconstruct.go [#223] object: Introduce new fields for ECHeader 2024-05-17 15:16:28 +03:00
reconstruct_test.go [#205] object: Initial EC implementation 2024-03-22 10:14:12 +00:00
split.go [#223] object: Introduce new fields for ECHeader 2024-05-17 15:16:28 +03:00
split_test.go [#223] object: Introduce new fields for ECHeader 2024-05-17 15:16:28 +03:00
target.go [#205] object: Initial EC implementation 2024-03-22 10:14:12 +00:00
verify.go [#205] object: Initial EC implementation 2024-03-22 10:14:12 +00:00