ceremonyclient/vdf/REAMDE.md
2024-06-07 03:52:16 +00: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
```