Metadata-Version: 2.4
Name: tsrkit_rs
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Summary: Python Bindings for Erasure coding using reed-solomon-simd, matching the JAM graypaper.
Keywords: polkadot,blockchain,jam,reed-solomon
Author-email: Chainscore Labs <hello@chainscore.finance>, Kartik <kartik@chainscore.finance>
Requires-Python: >=3.12, <3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Repository, https://github.com/Chainscore/tsrkit-rs

tsrkit-rs
====

Python Bindings for Erasure coding using [reed-solomon-simd](https://crates.io/crates/reed-solomon-simd), matching the JAM graypaper for python.

Credits
----
[Leopard-RS](https://github.com/catid/leopard)
[reed-solomon-simd](https://crates.io/crates/reed-solomon-simd)

