Skip to content

Tags: qdrvm/erasure-coding-crust

Tags

v0.0.10

Toggle v0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: clang-tidy-19 ussue (#13)

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
debug assert is replaced by assert on input validation (#12)

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
systematic chunks (#9)

* systematic chunks

Signed-off-by: iceseer <[email protected]>

---------

Signed-off-by: iceseer <[email protected]>

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
export pub k & n (#8)

Signed-off-by: iceseer <[email protected]>

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Lower pow2 fixup (#7)

* lowerPow2 fixup

Signed-off-by: iceseer <[email protected]>

---------

Signed-off-by: iceseer <[email protected]>

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace hardcoded debug postfix in lib name with CMAKE_DEBUG_POSTFIX (#6

)

* Replace hardcoded debug postfix in lib name with CMAKE_DEBUG_POSTFIX

* Make CMake generate config for cpp library

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Project refactoring + recovery threshold (#5)

* proj refactoring

Signed-off-by: iceseer <[email protected]>

* getRecoveryThreshold

Signed-off-by: iceseer <[email protected]>

---------

Signed-off-by: iceseer <[email protected]>

v0.0.3

Toggle v0.0.3's commit message

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added implementation v0.0.1(#1)

Signed-off-by: iceseer <[email protected]>

An implementation of the erasure-coding-crust based on [Novel Polynomial Basis and Its Application to
Reed-Solomon Erasure Codes](https://www.citi.sinica.edu.tw/papers/whc/4454-F.pdf).