Skip to content
Snippets Groups Projects
Forked from Dragoon / Komodo
112 commits behind the upstream repository.
STEVAN Antoine's avatar
STEVAN Antoine authored
i've basically refactored the whole "bench" framework that was inlined in  `examples/benches/operations/field.rs` and `examples/benches/operations/curve_group.rs` into a new repo called [PLNK](https://gitlab.isae-supaero.fr/a.stevan/plnk).

nothing effectively changes on the side of Komodo but now the code is much simpler here :)
a4ef3e2a
History

Komodo: Cryptographically-proven Erasure Coding

Usage

Komodo can either be used as a library or as a binary application.

the library

see cargo doc

the binary application

below is an example of how to use the binary application with Nushell:

./examples/cli.nu

Note
requires Nushell 0.89.0 or later

tests for the binary application can also be run with

nu tests/cli.nu