ceremonyclient/vdf/README.md
Cassandra Heart 35561a9e41
v1.4.19-p1 (#235)
* v1.4.19-p1

* remove integrity check from startup
2024-06-15 11:05:06 -05:00

10 lines
163 B
Markdown

# VDF
Wrapper for the Rust implementation of the VDF (Verifiable Delay Function) in [crates/vdf](../crates/vdf).
## Generate Go bindings
```sh
go generate
```