Skip to content
Snippets Groups Projects
Forked from Dragoon / Komodo
42 commits behind the upstream repository.
STEVAN Antoine's avatar
STEVAN Antoine authored
## results
![setup](/uploads/1f3a383689d3c8fd5a3f1331deabdec0/setup.png)
![commit](/uploads/bcf3bfdd991725abb97cbe4f8890840b/commit.png)
![inverse](/uploads/35316c887c6b2347baa86c4db119f762/inverse.png)
![mul](/uploads/262c27e99d7f2b5c8fb45761607a8717/mul.png)
![transpose](/uploads/2378460cb687d0a9320a24a840ed2eef/transpose.png)
8853e01b
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.95.0 or later

tests for the binary application can also be run with

nu tests/cli.nu

other binaries

Komodo provides a bunch of other binaries that might be interesting of useful to use.

The easiest is to use the cargo.nu Nushell module as follows

use .nushell cargo "cargo bin"
help cargo bin

the benchmarks

see the README