ceremonyclient/vdf/README.md

10 lines
163 B
Markdown
Raw Normal View History

2024-06-08 11:32:45 +00:00
# VDF
Wrapper for the Rust implementation of the VDF (Verifiable Delay Function) in [crates/vdf](../crates/vdf).
## Generate Go bindings
```sh
go generate
```