Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 14, 2024
1 parent 8bec961 commit 30a3991
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Attacks that can provide significant space savings for the final file.
./HellmanAttacks -f "plot.dat" check <iterations>
```

## Python
## Python bindindg

Finally, python bindings are provided in the python-bindings directory.
Python bindings are provided in the python-bindings directory.

### Install

Expand All @@ -85,6 +85,10 @@ Testings uses pytest. Linting uses flake8 and mypy.
py.test ./tests -s -v
```

# Rust binding

Finally, Rust bindings are provided, but only validation of proofs of space is supported, and it cannot be used to make plots or create proofs for plots.

## ci Building
The primary build process for this repository is to use GitHub Actions to
build binary wheels for MacOS, Linux (x64 and aarch64), and Windows and publish
Expand Down

0 comments on commit 30a3991

Please sign in to comment.