ceremonyclient/vdf/REAMDE.md

10 lines
163 B
Markdown
Raw Normal View History

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