nucypher / ferveo

An implementation of a DKG protocol forked from Anoma
https://nucypher.github.io/ferveo/benchmarks/perf/tpke/index.html
GNU General Public License v3.0
5 stars 10 forks source link

Decide on instructions for running Ferveo tests #151

Closed cygnusv closed 1 year ago

cygnusv commented 1 year ago

README says two different things:

Testing
cargo test --no-default-features

but later:

Testing
Run cargo test --release to run tests.

FWIW, only the first worked for me.