Skip to content
Snippets Groups Projects
Forked from Dragoon / Komodo
111 commits behind the upstream repository.
STEVAN Antoine's avatar
STEVAN Antoine authored
this MR
- bumps PLNK to 0.6.0
- update all existing code
- uses the PLNK lib in `examples/benches/commit.rs`
- fixes the y label of the plot in `scripts/plot/bench_commit.py`: was _ns_, should be _ms_
4b193d97
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