Skip to content
Snippets Groups Projects
STEVAN Antoine's avatar
STEVAN Antoine authored
this will use PLNK version 0.7.0 with prettier progress bars.
ff9eb848
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

the benchmarks

see the README