komodo

Crates.iokomodo
lib.rskomodo
version1.0.1
sourcesrc
created_at2024-11-05 16:00:57.609795
updated_at2024-11-06 10:30:34.715761
descriptionKomodo: cryptographically-proven erasure coding for distributed systems
homepage
repositoryhttps://gitlab.isae-supaero.fr/dragoon/komodo
max_upload_size
id1436725
size214,212
Jonathan Detchart (jdetchart)

documentation

README

Komodo: Cryptographically-proven Erasure Coding

the library

see cargo doc or the library itself

the tests

make

or

make check clippy test-rs

some extra tests

this project defines some tests written in Nushell to test an implementation of Komodo in a CLI application.

If you have Nushell installed, you can run these with the following command:

make test-nu

examples

A CLI example is also provided and can be run with

make example

Other examples that showcase the Komodo API are available in examples/.

the benchmarks

see benchmarks/

contributors

Because the code for this project has been originally extracted from dragoon/pcs-fec-id by @a.stevan, some contributors might be missing from the Git tree.

Please consult the original Git tree from dragoon/pcs-fec-id or note that the following people have contributed to this code base:

  • @a.stevan
  • @j.detchart
Commit count: 0

cargo fmt