Skip to content

Commit

Permalink
Merge pull request #152 from nucypher/piotr-roslaniec-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cygnusv authored Jul 31, 2023
2 parents 12c8b5c + 6e0fd02 commit f2bcb35
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@

_This project is under active development. For questions, please join us at [Threshold Network Discord](https://discord.com/invite/threshold&ved=2ahUKEwivucaW2Y3-AhXiwosKHQCEAKUQFnoECA0QAQ&usg=AOvVaw08x-9JYJFDcd6PEOx0xAeg)_

_See original README.md below_

## Testing

```bash
cargo test --no-default-features
```

---

# Ferveo

A synchronous Distributed Key Generation protocol for front-running protection on public blockchains.

## About
Expand All @@ -39,15 +29,15 @@ A preprint paper describing the construction of Ferveo and the novel cryptosyste

## Build

A Rust toolchain with version `>= 1.53.0` is required. In the future, Ferveo will target the `stable` toolchain.
A Rust toolchain with version `>= 1.65.0` is required. In the future, Ferveo will target the `stable` toolchain.
Installation via [rustup](https://rustup.rs/) is recommended.

Run `cargo build --release` to build.
Please note that performance may be significantly poorer when compiling in `Debug` mode.

## Testing

Run `cargo test --release` to run tests. Please note that performance may be significantly poorer when testing
Run `cargo test --no-default-features --release` to run tests. Please note that performance may be significantly poorer when testing
in `Debug` mode.

## Benchmarks
Expand Down

0 comments on commit f2bcb35

Please sign in to comment.